]> git.sur5r.net Git - openldap/commit
replace ldap_dnssrv_init() with lower level calls
authorKurt Zeilenga <kurt@openldap.org>
Tue, 25 Apr 2000 10:38:03 +0000 (10:38 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 25 Apr 2000 10:38:03 +0000 (10:38 +0000)
commit274bf59441d73701877bc0214e71c8dd29551472
tree7146024aa64fb9cb518f52fd450d61c0d810c880
parent54f1ebaffff58f2e40a6fa5d2f145630259a1bc1
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.
include/ldap.h
libraries/libldap/dnssrv.c
libraries/libldap/libldap.dsp
libraries/libldap_r/libldap_r.dsp