On Thu, Jan 15, 2009 at 4:17 PM, Dan Poirier wrote:
> Require group authorized_users
> Require ldap-attribute employeeType=active
>
> in hopes of requiring users to both belong to the authorized_users group and
> be an active employee, but that won't work. Whichever module gets invoked
> first wi
I'm trying to understand how all the parts of
authentication/authorization in Apache 2.2 fit together, and have run
into something that doesn't seem quite right to me. I'm wondering if
I'm correct about how it works. I've been looking at the doc, as well
as reading request.c.
Suppose you ha