Error during LDAP over SSL Verification

Can anyone tell me what this LDAP error message is?  It appears that ADserver1 is configure to support SSL, and it establishes the connection over port 636, but I am not sure why it is throwing out the error messages before making the connection.  Is that really an error or Error =0 means, there is no error and the connection is successful?

ld = ldap_sslinit("ADserver1", 636, 1);
Error 0 = ldap_set_option(hLdap, LDAP_OPT_PROTOCOL_VERSION, 3);
Error 0 = ldap_connect(hLdap, NULL);
Error 0 = ldap_get_option(hLdap,LDAP_OPT_SSL,(void*)&lv);
Host supports SSL, SSL cipher strength = 128 bits
Established connection to ADserver1.


July 8th, 2013 10:26pm

That is the output from ldp.exe & that is expected result. You no need to worry. Error 0 mean all are working fine.

ALL IS OK. :)

Regards
Biswajit Biswas
My Blogs|TechnetWiki Ninja

Free Windows Admin Tool Kit Click here and download it now
July 14th, 2013 4:12am

in addition, for checking the health for PKI use the below link.

http://blogs.technet.com/b/pki/archive/2011/02/28/quick-check-on-adcs-health-using-enterprise-pki-tool-pkiview.aspx

But you no need to worry for your output. ALL IS WELL with that.

Regards
Biswajit Biswas
My Blogs|TechnetWiki Ninja

July 14th, 2013 5:31am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics