Searched defs:ldap (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/dlz/modules/ldap/
H A Ddlz_ldap_dynamic.c45 * This provides the externally loadable ldap DLZ module, without
61 * Need older API functions from ldap.h.
65 #include <ldap.h>
280 ldap_find_avail_conn(ldap_instance_t *ldap) { argument
286 head = dbi = DLZ_LIST_HEAD(*ldap->db);
304 ldap->log(ISC_LOG_INFO,
690 /* perform ldap search syncronously */
887 ldap_instance_t *ldap = NULL; local
902 ldap = calloc(1, sizeof(ldap_instance_t));
903 if (ldap
[all...]

Completed in 13 milliseconds