How do I configure mod_authnz_ldap to require that I meet multiple
authorization conditions [i.e. user must be a member of an LDAP group
AND also posses one or more attributes].  As it is, the code returns
"OK" as soon as the first "Require ldap-*" directive succeeds,
short-circuiting subsequent require directives.

If I only had to match on attributes, I could use a Require llda-filter
directive, but needing to search for both a group and an attribute stops
me cold.

-Pete

Reply via email to