The following procedure enables you to configure LDAP over SSL.
-
Stop the Apache Tomcat service(s) if it is running.
-
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.
-
Open the
LdapConfig.xml file in a text or XML editor.
-
Locate the section:
<!-- <property name="SSLEnabled" value="false"/>
-
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"/>
-
Locate the section:
</property> -->
-
Delete the comment end tag
--> so that the code line looks like this:
</property>
-
Save and close the file.
-
Start Apache Tomcat service(s).