This is an old revision of the document!
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