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

/httpd/modules/aaa/
H A Dmod_authnz_ldap.c83 int compare_as_user; /* true if authz compares should be done with the users credentials (when we did authn) */ member in struct:__anon65
454 (type == LDAP_COMPARE && sec->compare_as_user) ||
455 (type == LDAP_COMPARE_AND_SEARCH && sec->compare_as_user && sec->search_as_user))){
1330 if (sec->compare_as_user) {
1822 (void *)APR_OFFSETOF(authn_ldap_config_t, compare_as_user), OR_AUTHCFG,

Completed in 16 milliseconds