Enable SSL in an LDAP Environment

Viewing allows you to enable SSL over an LDAP environment. Enabling SSL over LDAP ensures secure exchange of data.

  1. Stop the Apache Tomcat service(s).
  2. Locate the LdapConfig.xml file.
    For Tomcat, you can find the config.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. Remove the comments (<!--) that precede the attribute "SSLEnabled" and change its value to "true".
    <property name="SSLEnabled" value="true"/>
  6. Remove the comments (-->) that follows the </property> -->.
    </property>.
  7. Save and close the file.
  8. Start Apache Tomcat service(s).