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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. berniz

    ldap_search_s() sometimes fail; operations error

    Hi, I have a question relating to ldap_search_s. Before I call the ldap_search_s function, I do following steps: 1. ldap_initialize(&pldap, hostname); 2. ldap_set_option(….); 3. ldap_bind_s(pldap, NULL, NULL, LDAP_AUTH_SIMPLE); Then I call the function...

Part and Inventory Search

Back
Top