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

2006-03-01 Thread Nick Kew
On Wednesday 01 March 2006 09:05, Jesper Krogh wrote: > "fold"? .. Bah. That's exactly what you do in your patch. /me needs to wake up. -- Nick Kew - The official User-To-User support forum of the Apache HTTP Server Project.

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 the files > > containing the user-list, not th

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

2006-03-01 Thread Nick Kew
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 the files > containing the user-list, not the > usernames. It's a fair cop - I misread your question.

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 lists in AuthUserFile /AuthGroupFile? > > > > That w

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 security hole. Yes if it could be done w

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

2006-02-28 Thread Nick Kew
On Tuesday 28 February 2006 21:40, Jesper Krogh wrote: > Hi. > > > Is it possible to make apache match the username "case-insensitive" > against lists in AuthUserFile /AuthGroupFile? That would potentially be a security hole. > We're using mod_ntlm and it generally works fine, but the different >

[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