Putting multiple require group directives behaves as an "AND" and not
the "OR" I was hoping for. So that is not gonna work. Any ideas from the
list. I can use require valid-user but that does not allow for the
strict access control I am seeking.
Thanks
On Thu, 2009-01-15 at 08:00 -0700, James C
Eric, thanks for responding.
No I did not try it yet, I was trying to get a feel from the list to see
if anyone has a similar configuration or setup. The auth_ldap
documentation does not say you can or cannot have multiple require group
entries while it explicitly mentions having multiple require
On Thu, Jan 15, 2009 at 2:05 AM, James Chavez
wrote:
> Hello,
> I have 2 different groups that I need to allow access to in my
> httpd.conf using auth_ldap. One group is for US and the other is for a
> UK domain.
>
> Is it possible for me to have 2 require group directives listed one
> after the o
Hello,
I have 2 different groups that I need to allow access to in my
httpd.conf using auth_ldap. One group is for US and the other is for a
UK domain.
Is it possible for me to have 2 require group directives listed one
after the other? And will it search through each directive to check
access? Or