Section | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
...
- Stop if it is running.
- Modify the <frevvo-home>\tomcat\conf\server.xml file. Here is an example of the changes needed when using tomcat.
- Edit this file with a text editor.
- Search for 'ldap://localhost:389 - you should find this in the org.apache.catalina.realm.JNDIRealm section of the file.
- Notice lines 98 - 107 are commented out.
- Uncomment this section. Replace the existing code with the code shown below:
- Replace the connectionURL, connectionName and the connectionPassword default values with your LDAP server information.
- Refer to this website for detailed information about the remaining parameters.
...
3. Configure LDAP - The LDAP Container Security Manager uses the LDAP Security Manager so the setup for both is the same. Be sure to include all the context parameters needed.LDAP Security Manager configuration is done via the UI when you
Here is a Sample LDAP Configuration: notice the ldap connection url, name and password have been changed to specify the LDAP server name and the administrator id/password.
...