close

Filter

loading table of contents...

Content Server Manual / Version 2010

Table Of Contents

3.12.5 Connecting LDAP Over SSL

If you want to connect the Content Server via SSL to the Active Directory, proceed as follows:

  1. Import all of your needed certificates for the Content Server using the Java keytool tool the default password is "changeit" keytool -import -file ADCert.der -alias ADCert -keystore $JAVA_HOME/jre/lib/security/cacerts

  2. Add the following property in the contentserver application properties:

cap.server.userproviders[0].java.naming.security.protocol=ssl
  1. Configure the hox.corem.login.LdapLoginModule in the file properties/corem/jaas.conf to use SSL by setting the attributes port="636" and protocol="ssl".

Now you are done and the Content Server will connect to the Active Directory server via SSL.

Search Results

Table Of Contents