]> granicus.if.org Git - apache/commitdiff
as in r1517366, drop the severity in authz_groupfile when a require
authorEric Covener <covener@apache.org>
Fri, 23 Jan 2015 12:21:34 +0000 (12:21 +0000)
committerEric Covener <covener@apache.org>
Fri, 23 Jan 2015 12:21:34 +0000 (12:21 +0000)
didn't match but no real error was encountered.

This individual 'require group' may not really dictate who gets in. PR55523

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1654184 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_authz_groupfile.c

index 261f2fb40f72e5fdf7cd6f06dff12791f452181f..e1df12918a6d1a5d139b3345517d59cd12ab066c 100644 (file)
@@ -194,7 +194,7 @@ static authz_status group_check_authorization(request_rec *r,
         }
     }
 
-    ap_log_rerror(APLOG_MARK, APLOG_ERR, 0, r, APLOGNO(01667)
+    ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(01667)
                     "Authorization of user %s to access %s failed, reason: "
                     "user is not part of the 'require'ed group(s).",
                     r->user, r->uri);