PyAuthenNTLM2 icon indicating copy to clipboard operation
PyAuthenNTLM2 copied to clipboard

Gbl.master

Open gbl opened this issue 12 years ago • 0 comments

NTLM on Firefox will convert all usernames to uppercase. This might cause confusion when you're upgrading from basic Auth to NTLM and have lowercase usernames in your database. This adds an option NameCase which you can set to 'lower' or 'upper', which enforces lowercase/uppercase in REMOTE_USER. Omitting this option makes PyAuthenNTLM2 behave like it does now.

Also, at least some versions of Apache will always log AP_NOTICE, independent of Log Level, which causes a lot of spam in error_log. This version fixes that by using AP_INFO instead of AP_NOTICE.

gbl avatar Apr 02 '14 09:04 gbl