Keven Murphy wrote:
On Thu, 2003-10-09 at 10:59, Shannon Eric Peevey wrote:Can you run both again, and send me the logs for both of those two sessions?
Hi!
You are making me dust off the cobwebs!!! ;)
Anyways, I think that the problem is not the version of NTLM, but the browser that you are using. Your browser is sending:
[13573] AuthenNTLM: Authorization Header Basic
When it should be sending something like:
[505] AuthenNTLM: Authorization Header NTLM TlRMTVNTUAABAAAAB4IAoAAAAAAAAAAAAAAAAAAAAAB=
It looks to me as if you are not using Internet Explorer... What happens when you try it from IE?
First off, I appreciate your time in looking at this.
I have tried both Netscape 7 and IE 6+. Both did not work.
speeves cws
BTW, I have tested this modules against a Samba server that was only allowing NTLMv2 connections with success. (I don't have access to a win32 machine that I could test this against, so maybe...) Also, when you run the test above, can you change:
AuthType ntlm,basic
to:
AuthType ntlm
This should return a 401 unauthorized for the non-IE browser, and force an NTLM auth header from IE.
let me know, speeves cws