Re: [EMAIL PROTECTED] mod_auth_kerb and mod_authnz_ldap

2008-12-08 Thread Jesper Krogh
>> But It still lets people in instead of sending a 401 page. > > Weird on a few fronts, are you sure this log entry corresponds to the 200? Triple checking.. You're right It "just bloody works". > 1) "AuthzLDAPAuthoritative off" means you should see "declining to > authorise" instead of "author

Re: [EMAIL PROTECTED] mod_auth_kerb and mod_authnz_ldap

2008-12-06 Thread Eric Covener
On Sat, Dec 6, 2008 at 1:51 AM, Jesper Krogh <[EMAIL PROTECTED]> wrote: > On Fri, Dec 5, 2008 at 11:48 PM, Eric Covener <[EMAIL PROTECTED]> wrote: >> On 12/5/08, Jesper Krogh <[EMAIL PROTECTED]> wrote: >> >>> Require ldap-group CN=TestGroup,OU=Groups,OU=Company >>> r

Re: [EMAIL PROTECTED] mod_auth_kerb and mod_authnz_ldap

2008-12-05 Thread Jesper Krogh
On Fri, Dec 5, 2008 at 11:48 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > On 12/5/08, Jesper Krogh <[EMAIL PROTECTED]> wrote: > >> Require ldap-group CN=TestGroup,OU=Groups,OU=Company >> require valid-user > > Require directives are OR'ed not AND'ed, despite the way

Re: [EMAIL PROTECTED] mod_auth_kerb and mod_authnz_ldap

2008-12-05 Thread Eric Covener
On 12/5/08, Jesper Krogh <[EMAIL PROTECTED]> wrote: > Require ldap-group CN=TestGroup,OU=Groups,OU=Company > require valid-user Require directives are OR'ed not AND'ed, despite the way "require" sounds. -- Eric Covener [EMAIL PROTECTED] -

[EMAIL PROTECTED] mod_auth_kerb and mod_authnz_ldap

2008-12-05 Thread Jesper Krogh
Hi. I'm trying to get a setup working where kerberos does authentication and ldap does authorization based on an Active Directory group. Alone the kerberos stuff works excellent. Even with a "Require group something" from a group file. But going to the LDAP configuration something goes wrong: -