I just committed an updated <ldap.h> regarding alternatives. Kurt
At 04:24 PM 8/9/2006, Michael Ströder wrote: >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.