You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2015/01/23 13:21:35 UTC

svn commit: r1654184 - /httpd/httpd/trunk/modules/aaa/mod_authz_groupfile.c

Author: covener
Date: Fri Jan 23 12:21:34 2015
New Revision: 1654184

URL: http://svn.apache.org/r1654184
Log:
as in r1517366, drop the severity in authz_groupfile when a require
didn't match but no real error was encountered. 

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


Modified:
    httpd/httpd/trunk/modules/aaa/mod_authz_groupfile.c

Modified: httpd/httpd/trunk/modules/aaa/mod_authz_groupfile.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/aaa/mod_authz_groupfile.c?rev=1654184&r1=1654183&r2=1654184&view=diff
==============================================================================
--- httpd/httpd/trunk/modules/aaa/mod_authz_groupfile.c (original)
+++ httpd/httpd/trunk/modules/aaa/mod_authz_groupfile.c Fri Jan 23 12:21:34 2015
@@ -194,7 +194,7 @@ static authz_status group_check_authoriz
         }
     }
 
-    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);