Searched refs:phase (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/aaa/
H A Dmod_authnz_ldap.c369 static int set_request_vars(request_rec *r, enum auth_ldap_phase phase, const char **vals) { argument
376 prefix = (phase == LDAP_AUTHN) ? AUTHN_PREFIX : sec->authz_prefix;
392 if ((phase == LDAP_AUTHN) &&
497 * This phase authenticates the credentials the user has sent with
933 /* We weren't called in the authentication phase, so we didn't have a
/httpd/server/
H A Drequest.c106 static int decl_die(int status, const char *phase, request_rec *r) argument
110 "configuration error: couldn't %s: %s", phase, r->uri);
115 "auth phase '%s' gave status %d: %s", phase,
123 * API changes. Each phase must be individually optimized to pick up

Completed in 52 milliseconds