https://bz.apache.org/bugzilla/show_bug.cgi?id=64172
Bug ID: 64172
Summary: Error 'user doesn't appear in group file'
Product: Apache httpd-2
Version: 2.4.41
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: mod_authz_groupfile
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Consider the following Auth container:
<RequireAny>
Require group MY_USERS
Require user User_X
</RequireAny>
User_X is not included in group file MY_USERS.
When I access the site as User_X, access is granted but there is an error in
Apache log.
module authz_groupfile logs the following error:
authz_groupfile:error pid 3448:tid 4880 client XXX.XXX.XXX.XXX:53607 AH01666:
Authorization of user User_X to access /index.php failed, reason: user doesn't
appear in group file (XXXXXXXXX_MY_GROUP).
But considering the container there is no error, so why log it as an error?
Would a notice do?
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]