Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ldap_authentication [2016/09/22 02:35] 127.0.0.1 external edit |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | You may configure **TestOptimal** to authenticate the users using your existing LDAP server. | ||
- | To use LDAP as the user authentication, | ||
- | |||
- | Next you need to edit / | ||
- | |||
- | 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 |