Searched refs:compare_dn_on_server (Results 1 - 3 of 3) sorted by relevance

/httpd/include/
H A Dutil_ldap.h256 * @param compare_dn_on_server Flag to determine whether the DNs should be checked using
261 * and "dc=example, dc=com". Use the compare_dn_on_server unless there are serious
265 * int compare_dn_on_server)
269 int compare_dn_on_server));
/httpd/modules/aaa/
H A Dmod_authnz_ldap.c66 int compare_dn_on_server; /* If true, will use server to do DN compare */ member in struct:__anon65
354 sec->compare_dn_on_server = 0;
1101 result = util_ldap_cache_comparedn(r, ldc, sec->url, req->dn, t, sec->compare_dn_on_server);
1336 sec->compare_dn_on_server);
1768 (void *)APR_OFFSETOF(authn_ldap_config_t, compare_dn_on_server), OR_AUTHCFG,
/httpd/modules/ldap/
H A Dutil_ldap.c890 * compare_dn_on_server is false, just does an ordinary strcmp.
896 const char *reqdn, int compare_dn_on_server)
922 if (!compare_dn_on_server) {
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

Completed in 288 milliseconds