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 2007/11/27 17:23:18 UTC

DO NOT REPLY [Bug 43973] New: - Misleading error message when require ldap-group group does not exist

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=43973>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=43973

           Summary: Misleading error message when require ldap-group group
                    does not exist
           Product: Apache httpd-2
           Version: 2.2-HEAD
          Platform: Sun
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_auth_ldap
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: minfrin@sharp.fm


If a config is created specifying that access should be restricted to group
members only, and the group does not exist (as opposed to the user is not a
member of the group), access is denied (correctly), however the following
misleading error messsage is generated:

[Tue Nov 27 16:47:08 2007] [error] [client 172.18.132.87] access to
/repos/fo/suzuka failed, reason: require directives present and no Authoritative
handler.

It looks like mod_authnz_ldap is declining the request when the ldap-group does
not exist, instead of rejecting the request outright, triggering the "catch all"
warning behaviour in mod_authz_default.c.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org