Searched refs:deref (Results 1 - 3 of 3) sorted by relevance
/httpd/include/ |
H A D | util_ldap.h | 98 /* Values that the deref member can have */ 116 deref_options deref; /* how to handle alias dereferening */ member in struct:util_ldap_connection_t 235 * @param deref The dereferencing behavior 242 * const char *binddn, const char *bindpw, deref_options deref, 246 const char *binddn, const char *bindpw, deref_options deref,
|
/httpd/modules/aaa/ |
H A D | mod_authnz_ldap.c | 59 deref_options deref; /* how to handle alias dereferening */ member in struct:__anon65 346 sec->deref = always; 462 sec->deref, sec->secure); 546 sec->deref, sec->secure); 1581 sec->deref = never; 1584 sec->deref = searching; 1587 sec->deref = finding; 1590 sec->deref = always;
|
/httpd/modules/ldap/ |
H A D | util_ldap.c | 372 ldap_option = ldc->deref; 697 deref_options deref, int secure) 730 && (l->deref == deref) && (l->secure == secureflag) 768 (l->deref == deref) && (l->secure == secureflag) && 838 l->deref = deref; 694 uldap_connection_find(request_rec *r, const char *host, int port, const char *binddn, const char *bindpw, deref_options deref, int secure) argument
|
Completed in 1074 milliseconds