You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

  1. First navigate to the Lamaxu Configuration page, http://localhost:8085/admin/#/div_webgateway 
  2. The default username/password is admin/password

The simplest way to authenticate access to the HTTP gateway is to use a Local User account. 

  1. Click the 'Add New User' button to add a new user.

At present Lamaxu does not provide write access to change MQ object via HTTP. 

Setting the 'Role' to either 'reader' or 'admin' will result in the same level of access.

Passwords

Passwords can be entered in clear text or obfuscated to prevent them from being visible.

A prefix of {obf} signifies the password has been obfuscated.

Obfuscating the Password

Use the utility located in the bin directory to obfuscate the password.

On Linux

/opt/queuemetrix/lamaxu.{version}/bin/obfuscate.sh password
Obfuscated password is: {obf}hZSGhoKah5E=

On Windows

The command below will obfuscate the password 'password'.

C:\Program Files (x86)\QueueMetrix\LAMAXU\bin>obfuscate.bat password
Obfuscated password is: {obf}hZSGhoKah5E=

 

  • No labels