View | Details | Raw Unified | Return to bug 64724
Collapse All | Expand All

(-)a/modules/aaa/mod_authz_dbd.c (+5 lines)
Lines 311-316 static authz_status dbdgroup_check_authorization(request_rec *r, Link Here
311
            return AUTHZ_GRANTED;
311
            return AUTHZ_GRANTED;
312
        }
312
        }
313
    }
313
    }
314
    
315
    ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO()
316
                  "authz_dbd authorize: Authorization of user %s to access %s failed, reason: "
317
                  "user is not part of the 'require'ed dbd-group(s).",
318
                  r->user, r->uri);
314
319
315
    return AUTHZ_DENIED;
320
    return AUTHZ_DENIED;
316
}
321
}

Return to bug 64724