Viewing allows you to enable SSL over an LDAP environment. Enabling SSL over LDAP ensures secure exchange of data.
-
Stop the Apache Tomcat service(s).
-
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.
-
Open the
LdapConfig.xml file in a text or XML editor.
-
Locate the section:
<!--<property name="SSLEnabled" value="false"/>
-
Remove the comments (<!--) that precede the attribute
"SSLEnabled" and change its value to "true".
<property name="SSLEnabled" value="true"/>
-
Remove the comments (-->) that follows the
</property> -->.
</property>.
-
Save and close the file.
-
Start Apache Tomcat service(s).