Searched defs:grpfile (Results 1 - 2 of 2) sorted by relevance
/httpd/modules/aaa/ |
H A D | mod_authz_dbm.c | 35 const char *grpfile; member in struct:__anon69 65 conf->grpfile = NULL; 74 (void *)APR_OFFSETOF(authz_dbm_config_rec, grpfile), 155 if (!conf->grpfile) { 166 user, conf->grpfile, conf->dbmtype, &groups); 171 "file: %s", conf->dbmtype, conf->grpfile); 180 r->user, r->uri, conf->grpfile); 233 if (!conf->grpfile) { 241 user, conf->grpfile, conf->dbmtype, &groups); 246 "file: %s", conf->dbmtype, conf->grpfile); [all...] |
H A D | mod_authz_groupfile.c | 85 static apr_status_t groups_for_user(apr_pool_t *p, char *user, char *grpfile, argument 96 if ((status = ap_pcfg_openfile(&f, p, grpfile)) != APR_SUCCESS) {
|
Completed in 443 milliseconds