2010/9/25, Nick Kew :
> 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 documentation
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 a
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 si