|
Posted by Steven L Umbach on October 23, 2007, 7:53 pm
Please log in for more thread options
I have only done that a couple times in a test lab but it requires that you
have an Enterprise Certificate Authority installed in your domain that the
domain controllers will request and receive certificates from so that AD SSL
can then be used. The link below explains more.
Steve
http://support.microsoft.com/kb/247078
http://wiki.service-now.com/index.php?title=Configure_Microsoft_Active_Directory_for_SSL_Access
> How can I enable SSL in Active Directory? I can currently connect to
> port 389 using ldp, but when trying to connect using SSL to port 636 I
> get the following error:
>
> ld = ldap_sslinit("localhost", 636, 1);
> Error <0x51> = ldap_set_option(hLdap, LDAP_OPT_PROTOCOL_VERSION,
> LDAP_VERSION3);
> Error <0x51> = ldap_connect(hLdap, NULL);
> Server error: <empty>
> Error <0x51>: Fail to connect to localhost.
>
> Any pointers/help in this regard would be very much appreciated.
>
> Thank you,
> Bob
>
|