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. Start .
5. Create a tenant with the LDAP Container Security Manager class.
...