Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
properties_file_based_authentication [2017/12/24 01:45]
admin removed
— (current)
Line 1: Line 1:
-This is the simpliest way to authenticate the users. 
  
-To select this option, go to "Help" / "Config" page and set "Auth Class" to "com.webmbt.AuthProp". 
- 
-Next is to enter all the user ids and their passwords in the file named userAuth.properties. This file must be placed in /www/MbtSvr/config/ folder. 
- 
-The user ids and their passwords are stored in a plain java properties file in the following format: userid=password. 
- 
-You will need to restart **TestOptimal** server to ake the changes effective. 
- 
-The passwords in userAuth.properties are encrypted automatically next time when the server is started.