Differences

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

Link to this comparison view

Both sides previous revision Previous revision
ldap_authentication [2017/12/24 01:46]
admin removed
— (current)
Line 1: Line 1:
-===== LDAP Authentication ===== 
  
-You may configure //TestOptimal// to authenticate the users using your existing LDAP server. 
- 
-To use LDAP as the user authentication, open "Help" / "Config" page and enter the "com.webmbt.AuthLdap" into "Auth Class" field. Optional you may change "Auth Realm" field. This instructs //TestOptimal// to invoke LDAP user authentication. 
- 
-Next you need to edit /www/MbtSvr/config/ldap.properties file and define a set of parameters about your ldap servers. 
- 
-Restart //TestOptimal// server to make the changes effective. 
- 
-The user credentials are cached and thus any user id and password changes on the ldap server may not be reflected in //TestOptimal//. You must restart //TestOptimal// server to clear the cache. 
- 
-Other user authentications may be supported through custom code by creating a java class inheriting from com.webmbt.AuthBase. 
- 
-Since Release 3.0