You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2020/02/23 13:26:21 UTC

[Bug 64172] Error 'user doesn't appear in group file'

https://bz.apache.org/bugzilla/show_bug.cgi?id=64172

Eric Covener <co...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Eric Covener <co...@gmail.com> ---
(In reply to tm8544 from comment #0)
> 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?

notice is quite high too.  There were a handful of these kinds of things that
cropped up in early 2.4 that were suppressed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org