Legrandin / PyAuthenNTLM2

PyAuthenNTLM2 is an authentication module for Apache. It validates a user by means of the NTLM protocol and a separate Domain Controller (or Active Directory server).
Other
57 stars 42 forks source link

Incorrect NTLM message in Authorization header #5

Open mbeijen opened 12 years ago

mbeijen commented 12 years ago

I configured the latest version from Git HEAD on Ubuntu 10.04 LTS using included Apache, Python, and mod_python versions and got this error message when using IE7 on WinXP:

Incorrect NTLM message in Authorization header from address 172.24.30.115 and URI /foo:

What can this be?

Legrandin commented 12 years ago

Does that happen over an SSL connection?

mbeijen commented 12 years ago

No, this setup does not use SSL. Is this a requirement? Obviously I am aware of the security implications.

Legrandin commented 12 years ago

No, SSL is not required. I asked because IE+SSL+NTLM do not work with the stock Apache configuration files, but I understand this is not your case.

Could you try with the latest code (I somewhat rearranged it)? Additionally, do you have KeepAlive set in Apache?

zachyunl commented 3 years ago

I have the same problem on FreeBSD 13.0? What can I do?