Skip to main content Skip to complementary content
Close announcements banner

Configure LDAP(S) 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:
<logger name="org.apache.directory.api" additivity="true"> <level value="debug" /> </logger>
Then restart Talend Administration Center and set log threshold to TRACE in the Logs group of the Configuration page.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!