Searched refs:dbm_password (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/aaa/ |
H A D | mod_authn_dbm.c | 123 char *dbm_password; local 126 rv = fetch_dbm_value(conf->dbmtype, conf->pwfile, user, &dbm_password, 136 if (!dbm_password) { 140 colon_pw = ap_strchr(dbm_password, ':'); 144 AUTHN_CACHE_STORE(r, user, NULL, dbm_password); 146 rv = ap_password_validate(r, user, password, dbm_password);
|
Completed in 10 milliseconds