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

/httpd/modules/aaa/
H A Dmod_authn_file.c31 char *pwfile; member in struct:__anon60
43 conf->pwfile = NULL; /* just to illustrate the default really */
50 (void *)APR_OFFSETOF(authn_file_config_rec, pwfile),
67 if (!conf->pwfile) {
73 status = ap_pcfg_openfile(&f, r->pool, conf->pwfile);
77 "Could not open password file: %s", conf->pwfile);
122 if (!conf->pwfile) {
128 status = ap_pcfg_openfile(&f, r->pool, conf->pwfile);
132 "Could not open password file: %s", conf->pwfile);
H A Dmod_authn_dbm.c47 const char *pwfile; member in struct:__anon59
55 conf->pwfile = NULL;
74 (void *)APR_OFFSETOF(authn_dbm_config_rec, pwfile),
126 rv = fetch_dbm_value(conf->dbmtype, conf->pwfile, user, &dbm_password,
132 conf->dbmtype, conf->pwfile);
164 rv = fetch_dbm_value(conf->dbmtype, conf->pwfile,
171 conf->dbmtype, conf->pwfile);

Completed in 321 milliseconds