Lines Matching refs:user
263 const char *user, const char *realm)
282 return apr_pstrcat(r->pool, context, ":", user, NULL);
285 return apr_pstrcat(r->pool, context, ":", user, ":", realm, NULL);
289 const char *user, const char *realm,
319 "authn credentials for %s not cached (mutex busy)", user);
331 key = construct_key(r, dcfg->context, user, realm);
341 user, dcfg->context);
358 static authn_status check_password(request_rec *r, const char *user,
381 key = construct_key(r, dcfg->context, user, NULL);
389 "Authn cache: no credentials found for %s", user);
395 "Authn cache: found credentials for %s", user);
406 rv = ap_password_validate(r, user, password, (char*) val);
414 static authn_status get_realm_hash(request_rec *r, const char *user,
426 key = construct_key(r, dcfg->context, user, realm);
434 "Authn cache: no credentials found for %s", user);
440 "Authn cache: found credentials for %s", user);