Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by revlis

  1. revlis

    Cannot connect or bind to Active Directory using LDAP API

    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...

Part and Inventory Search

Back
Top