Ad Widget

Collapse

How to configure LDAP over SSL (LDAPs)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • iwidjaya
    Junior Member
    • Apr 2016
    • 16

    #1

    How to configure LDAP over SSL (LDAPs)

    Hi,

    I'm trying to configure the LDAPs but not really sure what are the actual steps and required files to update. It keeps throwing error whenever I ran the test for 636.

    Right now, it is working using 389 (non-SSL).

    Any help appreciate much.
  • caotic
    Junior Member
    • May 2016
    • 6

    #2
    openssl s_client -connect myldapsserver.domain.com:636
    Part of the output of this file will be the Base-64 encoded .cer file that was presented for LDAPS. Just cut and paste into notepad beginning at "--Begin Certificate--" through "---End Certificate---" and save as a .cer
    Double-click on the certificate file and you will now be viewing the certificate presented for LDAPS.

    Make sure you are using the CN used in the certificate and that the certification authority is in your system.

    Comment

    Working...