-
- Downloads
replace ldap_dnssrv_init() with lower level calls
ldap_domain2dn() ldap_domain2hostlist() and provide prototype to soon-to-be-implemented ldap_dn2domain(). ldap_dnssrv_init(), if needed, can easily be implemented using ldap_create(), ldap_set_option() and the above commands.
Showing
- include/ldap.h 13 additions, 3 deletionsinclude/ldap.h
- libraries/libldap/dnssrv.c 35 additions, 37 deletionslibraries/libldap/dnssrv.c
- libraries/libldap/libldap.dsp 8 additions, 0 deletionslibraries/libldap/libldap.dsp
- libraries/libldap_r/libldap_r.dsp 8 additions, 0 deletionslibraries/libldap_r/libldap_r.dsp
Loading
Please register or sign in to comment