Searched defs:reqdn (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/ldap/ |
H A D | util_ldap_cache.h | 141 const char *reqdn; /* The DN in the require dn statement */ member in struct:util_dn_compare_node_t
|
H A D | util_ldap.c | 896 const char *reqdn, int compare_dn_on_server) 924 if (strcmp(dn, reqdn)) { 939 newnode.reqdn = (char *)reqdn; 968 /* search for reqdn */ 969 result = ldap_search_ext_s(ldc->ldap, (char *)reqdn, LDAP_SCOPE_BASE, 994 /* search for reqdn failed - no match */ 1013 newnode.reqdn = (char *)reqdn; 1018 || (strcmp(reqdn, nod 894 uldap_cache_comparedn(request_rec *r, util_ldap_connection_t *ldc, const char *url, const char *dn, const char *reqdn, int compare_dn_on_server) argument [all...] |
Completed in 459 milliseconds