Hi, I am very new to ldap programming and I was hoping someone could help me. I want to bind to an Active Directory that has SSL-enabled using the LDAP API provided by Microsoft's SDK. Here is my sample code:
Sample 1:
======================
LDAP* ld = ldap_sslinit(m_sHostName, 636, 1);
if (ld...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.