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: [email protected] ReportedBy: [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
