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-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 directiv

[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: -

Re: [EMAIL PROTECTED] Case insensitive username in htaccess.

2006-03-01 Thread Jesper Krogh
On 3/1/06, Nick Kew <[EMAIL PROTECTED]> wrote: > On Wednesday 01 March 2006 07:45, Jesper Krogh wrote: > > > Hmmm. Don't you get that behaviour if you use a case-insensitive > > > filesystem? > > > > No. That would give me flexibillity in the names of

Re: [EMAIL PROTECTED] Case insensitive username in htaccess.

2006-03-01 Thread Jesper Krogh
On 3/1/06, Jesper Krogh <[EMAIL PROTECTED]> wrote: > On 3/1/06, Nick Kew <[EMAIL PROTECTED]> wrote: > > On Tuesday 28 February 2006 21:40, Jesper Krogh wrote: > > > Is it possible to make apache match the username "case-insensitive" > > > against l

Re: [EMAIL PROTECTED] Case insensitive username in htaccess.

2006-02-28 Thread Jesper Krogh
On 3/1/06, Nick Kew <[EMAIL PROTECTED]> wrote: > On Tuesday 28 February 2006 21:40, Jesper Krogh wrote: > > Is it possible to make apache match the username "case-insensitive" > > against lists in AuthUserFile /AuthGroupFile? > > That would potentially be a se

[EMAIL PROTECTED] Case insensitive username in htaccess.

2006-02-28 Thread Jesper Krogh
Hi. Is it possible to make apache match the username "case-insensitive" against lists in AuthUserFile /AuthGroupFile? We're using mod_ntlm and it generally works fine, but the different platforms tend to send usernames in mixed cases. Thanks Jesper - Sorry if you have seen this allready. I did

[EMAIL PROTECTED] Case insensitive username-matching in htaccess

2006-02-28 Thread Jesper Krogh
Hi. Is it possible to make apache match the username "case-insensitive" against lists in AuthUserFile /AuthGroupFile? We're using mod_ntlm and it generally works fine, but the different platforms tend to send usernames in mixed cases. Thanks Jesper