You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Ja...@benenden.org.uk on 2003/06/09 14:12:27 UTC

[users@httpd] Problem with MOD NTLM 0.3-fhz-2

I have a linux system (mandrake 9.0) with apache + MOD NTLM 0.3-fhz-2
installed. Up until the weekend I had this working pretty good.

I come in to work today to find that it will no longer authenticate against
the NT domain.

To be honest I'm not quite sure where to look next to solve the problem, any
suggestions??

TIA

Jamie

(BTW I am quite a newbie when it comes to apache setup, so sorry for any
stupid questions / comments)

Here is the section of my httpd.conf file that handles the NTLM
authentication:

------------------------------
<Directory /home/*/www>
  AuthType NTLM
  NTLMAuth on
  NTLMAuthoritative on
  NTLMDomain ENTERPRISE
  NTLMServer neelix
  NTLMServer picard
  AuthName ByPassword
  require valid-user

  Order deny,allow
  Deny from all
  Allow from 127.0.0.1
  satisfy any
</Directory>
------------------------------

This is a section of my error_log file where a VALID user HAS BEEN
AUTHENTICATED

------------------------------
[Mon Jun  2 15:04:13 2003] [notice] [client 172.16.10.13] got header with
host "PC010", domain "ENTERPRISE"
[Mon Jun  2 15:04:13 2003] [error] [client 172.16.10.13] received msg3
135438360 30323
[Mon Jun  2 15:04:13 2003] [error] [client 172.16.10.13] authenticating user
against DC 135438360 30323
[Mon Jun  2 15:04:13 2003] [error] [client 172.16.10.13] authentication OK!
135438360 30323
[Mon Jun  2 15:04:13 2003] [notice] [client 172.16.10.13] NTLM/SMB user:
"ENTERPRISE\kerwick_jl": authentication OK.
------------------------------

Now here is a FAILED AUTHENTICATION ATTEMPT for today

------------------------------
[Mon Jun  9 12:47:37 2003] [notice] [client 172.16.10.13] got header with
host "PC010", domain "ENTERPRISE"
[Mon Jun  9 12:47:37 2003] [error] [client 172.16.10.13] received msg3
135436768 3912
[Mon Jun  9 12:47:37 2003] [error] [client 172.16.10.13] authenticating user
against DC 135436768 3912
[Mon Jun  9 12:47:37 2003] [error] [client 172.16.10.13] NTLM/SMB user
"kerwick_jl": authentication failure for "/"
------------------------------

I have also noticed that I am getting a lot more of these errors that I used
to
------------------------------
[Mon Jun  9 13:01:54 2003] [error] Cache couldn't make dir './cache'.
[Mon Jun  9 13:01:54 2003] [error] Cache unable to open file for writing:
./cache/945191a49086653c05bb085c0445c347
------------------------------

************** E-mail Disclaimer **************

This e-mail message is confidential and for use by the addressee only.  If the message is received by anyone other than the addressee, please return the message to the sender by replying to it and then delete the message from your computer.  Please note that any views, or opinions presented in this e-mail are solely those of the author and do not necessarily represent those of The Benenden Healthcare Society Limited.  The recipient should check this e-mail and any attachments for the presence of viruses.  The Benenden Healthcare Society Limited accepts no liability for any damages caused by any virus transmitted by this email and its attachments. The Benenden Healthcare Society Limited is regulated by the Financial Services Authority (FSA) and is an Incorporated Friendly Society, registered under the Friendly Societies Act 1992. Registered No: 480F. 

The Benenden Healthcare Society Limited, Registered Office: Holgate Park Drive, York, YO26 4GG. Tel 0870 7545 700  Fax 0870 7545 821  www.benenden.org.uk.

***********************************************

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org