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

/httpd/modules/aaa/
H A Dmod_authn_file.c120 char *file_hash = NULL; local
150 file_hash = ap_getword(r->pool, &rpw, ':');
156 if (!file_hash) {
160 *rethash = file_hash;
161 AUTHN_CACHE_STORE(r, user, realm, file_hash);

Completed in 1460 milliseconds