Gavin Henry wrote: > > We're updating some LDAP code in another peice of software, how do we find > out what replaces these functions: > > ldap_get_values > ldap_value_free > ldap_search_s > ldap_unbind_s > ldap_init > ldap_simple_bind_s > ldap_unbind > > I can see the #if LDAP_DEPRECATED in ldap.h from 2.3.25.
Candidates are the functions with almost same name but ending with _ext or _ext_s. Ciao, Michael.