Configuring SSL LDAP

The following procedure enables you to configure LDAP over SSL.

  1. Stop the Apache Tomcat service(s) if it is running.
  2. Locate the LdapConfig.xml file.
    For Tomcat, you can find the LdapConfig.xml file in the \I4V\WEB-INF\config subfolder of your Tomcat installation directory.
  3. Open the LdapConfig.xml file in a text or XML editor.
  4. Locate the section: <!-- <property name="SSLEnabled" value="false"/>
  5. Delete the comment start tag <!-- and change the SSL Enabled value to "true". The code line must look like the following:
    <property name="SSLEnabled" value="true"/>
  6. Locate the section: </property>  -->
  7. Delete the comment end tag --> so that the code line looks like this:
    </property>
  8. Save and close the file.
  9. Start Apache Tomcat service(s).