[Date Prev][Date Next] [Chronological] [Thread] [Top]

deprecated functions in ldap.h




I'm working on some documentation, and just trying to figure about the api.

I did a grep for 'deprecated' in ldap.h and found about 50 functions. Most of those functions aren't deprecated in the ldapext-ldap-c-api-04 draft. Actually this document list 11 functions as deprecated

   ldap_bind()
   ldap_bind_s()
   ldap_kerberos_bind() and ldap_kerberos_bind_s()
   ldap_modrdn() and ldap_modrdn2()
   ldap_modrdn_s() and ldap_modrdn2_s()
   ldap_open()
   ldap_perror()
   ldap_result2error()

Some deprecated functions, like ldap_get_values(), I can't find a replacement function for.

Any insight?

--Kervin