Configuring LDAP/LDAPS for Talend Administration Center
Generate a key
Procedure
Configure LDAP/LDAPS for Talend Administration Center
To set the new Keystore location, edit the JAVA_OPTS environment
variable.
Procedure
To edit the JAVA_OPTS environment variable, add the following
lines to your JAVA_OPTS environment variable:
-Djavax.net.ssl.keyStore=/<myDirectory>/<myKeystore>
-Djavax.net.ssl.keyStorePassword=<myPassword>
In this example, <myDirectory> is the
installation directory of your Keystore, <myKeystore> is
the name of your Keystore and <myPassword> is the password
you have previously defined for your Keystore.
To enable the debug logging of LDAP client, add the following line in the
<ApplicationPath>/WEB-INF/classes/log4j.xml
file:Then
restart Talend Administration Center
and set log threshold to TRACE in the
Logs group of the Configuration
page.
<logger name="org.apache.directory.api" additivity="true"> <level value="debug" /> </logger>