Searched defs:ldap (Results 1 – 3 of 3) sorted by relevance
262 struct ldap { struct272 struct ldap_filt_desc *ld_filtd; /* from getfilter for ufn searches */ argument284 char *ld_cldapdn; /* DN used in connectionless search */ argument287 int ld_cldaptries; /* connectionless search retry count */ argument288 int ld_cldaptimeout;/* time between retries */ argument311 struct ldap_x_ext_io_fns ld_ext_io_fns; argument324 struct ldap_io_fns *ld_io_fns_ptr; argument328 struct ldap_dns_fns ld_dnsfn; argument336 struct ldap_thread_fns ld_thread; argument351 struct ldap_cache_fns ld_cache; argument[all …]
311 int ldap, dns, i, pserr, rc = NS_LDAP_SUCCESS; in test_dns_nsswitch() local
62 static int ldap = 0; /* flag to control initialization */ variable