On Sun, 2003-10-12 at 00:36, Shannon Eric Peevey wrote:
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.
I tried that too. Still no go. Here is what I did to generate the logs I have attached. I tried to get into the website using Netscape 7.1. After that I tried using IE 6. Both of these tests are on the same machine. The machine does not log into the LS domain. The last test in the the logs is from a machine that does log into the LS domain (using IE6).
I have also attached the httpd.conf file if it helps.
Thank you for your help,
-- K Murphy CISSP, GCIA, GCIH, GCFA [EMAIL PROTECTED] I looked at the files that you sent, and I saw this in the conf file: PerlAuthenHandler Apache::AuthenNTLM AuthType ntlm AuthUserFile htpasswd AuthAuthoritative on and: configuration error: couldn't check user. No user file?: / in the error_log. Though I don't have time to recreate it right now, I would say that the:
AuthUserFile htpasswd
is throwing everything off. Remove it, and see what happens.
speeves cws