[us...@httpd] Authentication question: user OR group

2010-09-25 Thread swm38 swm38
Hello, I've set up ldap authentication and would like to allow access to all users in groupA and another user userA (not part of the group). Require user userA Require ldap-group groupA Satisfy any This doesn't work, it accepts any user. From looking at the documentation, it seems like this

Re: [us...@httpd] Authentication question: user OR group

2010-09-25 Thread Nick Kew
On 25 Sep 2010, at 08:14, swm38 swm38 wrote: Hello, I've set up ldap authentication and would like to allow access to all users in groupA and another user userA (not part of the group). Require user userA Require ldap-group groupA Satisfy any This doesn't work, it accepts any user.

Re: [us...@httpd] Authentication question: user OR group

2010-09-25 Thread swm38 swm38
2010/9/25, Nick Kew n...@webthing.com: The concept you're looking for is Authoritative authorization (you need to turn it Off to use more than one Require with OR logic). I tried setting AuthzLDAPAuthoritative off, without success, it's still AND logic (group and user must match). Reading the