Before you can work with PowerExchange for LDAP over a secure connection, you need to configure TLS authentication.
The Data Integration Service establishes a secure connection with the LDAP directory server over TLS. You can use one-way SSL or two-way SSL communication.
Use One-Way SSL Communication
You must configure both the Informatica Client and Server for one-way SSL communication.
Perform one the following steps for the Informatica Server:
Copy the truststore file that has the server certificate in the path specified in INFA _TRUSTSTORE.
Add the server certificate to the Java cacerts file in following directory:
Specify the name of the keystore file and password in the connection properties.
Restart the Data Integration Service.
Based on the truststore or keystore file name that you specify in the connection properties, the Data Integration Service checks for the trust certificate in the INFA _TRUSTSTORE path, followed by the current working directory, and finally the Java cacerts file. If you do not specify a value for the truststore file in the connection properties, the Data Integration Service searches the certificate only in the Java cacerts file.
For two-way SSL communication, ensure that the trustore and keystore files are available in the same location. For more information about the trust certificates, contact your LDAP system administrator.