Skip to content
  • Kurt Zeilenga's avatar
    replace ldap_dnssrv_init() with lower level calls · 274bf594
    Kurt Zeilenga authored
        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.
    274bf594