How to enable SSL for LDAP and Configure the LDAP connector to use SSL

Author:

Hope Sun

Created at:

Oct 2023

Updated at:

Oct 2023

Overview:

This article will guide you through how to Enable Active Directory LDAP SSL on Windows 2022 and configure the LDAP connector to use SSL. These instructions apply to both Identity Cloud and Platform deployments.

Enable Active Directory LDAP SSL on Windows 2022

  1. Assuming you have LDAP already installed on Windows 2022 and possess a CA certificate from Let’s Encrypt with the following pair: privatekey.pem and mycert.pem.

  2. Generate a PKCS12 certificate with the key using the following command:

openssl pkcs12 -export -out cert.pfx -inkey privatekey.pem -in mycert.pem
  1. Run the following`ldif` command to modify LDAP settings:

ldifde -i -f ldap.txt

Note: ldap.txt should contain the following content:

dn:
changetype: modify
add: renewServerCertificate
renewServerCertificate: 1

Configure the LDAP Connector to Use SSL

  1. In this example, assume that you have already created a remote connector server named rcs4hope and connected it to the Identity Cloud tenant.

  2. Log in to the tenant and access the IDM native console.

  3. Create a new connector with the following properties, as shown in the screenshot below:

https://backstage-community-prod.storage.googleapis.com/original/2X/7/77e3e13953cf257a4fecfd021aba478f1ddb8687


Additional Resources: