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

/httpd/modules/aaa/
H A Dmod_authz_dbm.c35 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 Dmod_authz_groupfile.c85 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