How to convert CUCM LDAP to LDAPS? Secure LDAP CUCM

Converting LDAP to Secure LDAP (LDAPS) for your CUCM/CUC

Lightweight Directory Application Protocol (LDAP) and Secure LDAP (LDAPS) is a protocol that is used between the application and network directory/domain controller in an infrastructure. LDAP transmits communication in clear text whereas LDAPS communication is encrypted and secure.  LDAP over SSL requires certificate to verify the source and destination of the request and confirm the identity of the machine before it is allowed to read the information.

In order to convert your LDAP to Secure LDAPS, you would need the certificate from your Domain Controller server. There are various ways to get the certificate.

  1. Ask your DC admin to provide your the certificate from the Domain Controller.
  2.  You can use openSSL tool in order to get the certificate without DC team’s intervention.
  3.  You can make use of LDAPAdmin tool (third party tool) to get the certificate by using Wireshark.

Sometimes it is difficult and cumbersome process to get the certificate from the DC team as they have many questions in place to be satisfied before they issue you the certificate. In order to avoid such situations, you can make use of option 2 and 3.

Option 2: Use OpenSSL tool in order to get the certificate

  • Download OpenSSL on your windows machine and install it.
  • Open Command Prompt and go navigate to a location where you would like to store the certificate.
  • Enter the following command in order to get the certificate.
openssl s_client -showcerts -connect <IP Address or FQDN of your DC>:636 >> cert.txt

Note: Replace <IP Address or FQDN of your DC> with your Domain Controller IP Address or FQDN.

uccollabing.com

  • Close the command prompt.
  • Go to the folder where you stored the certificate (path that you selected on your command prompt while executing the command) and rename the file from cert.txt to cert.cer

 

uccollabing.com

Option 3: Use LDAPAdmin tool and Wireshark tool to download the certificate

uccollabing.com

  • Click on Start > Click on Connect
  • Right click on New Connection > Click on New >
  • Enter the Connection Name
  • Enter the Hostname of the Domain Controller server >
  • Enter the Port as 636
  • Checkbox SSL
  • Checkbox Anonymous connection
  • DO NOT CLICK ON OK

uccollabing.com

  • Launch Wireshark and select the Interface on which the network is connected and you are accessing CUCM/Domain Controller server access etc.

uccollabing.com

  • The packet will automatically start capturing.
  • Now go back to LDAPAdmin tool and click on OK

uccollabing.com

  • Select the LDAP Connection name you created and click on OK again.

uccollabing.com

  • You will receive a warning : Issue certificate not found. Click on Yes

uccollabing.com

  • You will receive an error message, just click on OK again.

uccollabing.com

  • Go back to Wireshark and Stop the packet capture.

uccollabing.com

  • In the filter section, enter “ssl.record.version == 0x0303” without quotes and then click on “Server Hello, Certificate, Certificate Request, Server Hello Done

uccollabing.com

  • On the below pane, expand as shown in the below diagram and right click on “Certificate: 308206233082050ba00302010202137000000002f5fbe92c… (id-at-commonName=UCCINWINAD.uccollabing.com)” and click on Export Packet Bytes

uccollabing.com

  • Save the file as certificate.cer

uccollabing.com

Upload the downloaded certificate into Cisco Call Manager

  • Login to Cisco Unified Communications Manager Platform Administrator.
  • Navigate to Security > Certificate Management > Click on Upload Certificate/Certificate Chain
  • Certificate Purpose > Choose Tomcat-Trust
  • Description > Give a name
  • Choose the downloaded certificate (any one of them used in option 2 or option 3).
  • Click on Upload

uccollabing.com

  • Restart Cisco Tomcat on all your server (Publisher/Subscribers)
  • Once the service is restarted, navigate to CUCM Administration
  • Navigate to System > LDAP > LDAP Directory
  • Select the LDAP Directory that is being used
  • Go to LDAP Server Information >
  • Change the LDAP port to 636
  • Checkbox Use SSL
  • Click on Save

uccollabing.com

  • Once you save this, you should not encounter any error. If any error is received, you would need to see the reason and troubleshoot further.
  • Navigate to System > LDAP > LDAP Authentication
  • Change the LDAP port to 636
  • Checkbox SSL
  • Click on Save

Video tutorial on converting your LDAP to LDAPS for your CUCM

 

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *