How to configure LDAPS authentication on secured port.
Watch4net|M&R - 7.x
To enable LDAP over SSL (LDAPS), you must import the SSL certificate to the trust store.
Before you begin
Obtain a working copy of OpenSSL for your operating system to get the LDAPS certificate or contact your LDAP admin to request the certificate.
Procedure
openssl s_client -showcerts -connect <ldaps-server>:<port>
-----BEGIN CERTIFICATE----- and -----END CERTIFICATE----- and save it as a .pem file. Include -----BEGIN CERTIFICATE----- and -----END CERTIFICATE----- in the files.cp <path-to-cert> <APG_HOME>/Java/Sun-JRE/<version>/customcerts
Where:
1). <path-to-cert> is the absolute path to the certificate you want to import (for example: /tmp/foo.emc.com-cert1.pem)
2). <APG_HOME> is the installation directory of M&R
<APG_HOME>/bin/generate-java-truststore.sh
<APG_HOME>/bin/manage-modules.sh service restart tomcat