Hello ,

I am having some problems with the perl module AuthenNTLM . I am using
Redhat 7.3 with Apache/1.3.23 (Unix)

my httpd.conf file section is below


PerlAuthenHandler Apache::AuthenNTLM
AuthName "Warning you are entering a development server!!  (and"
AuthType ntlm,basic
AuthUserFile htpasswd
AuthAuthoritative on
PerlAddVar ntdomain "LANDS zeta"
PerlSetVar ntlmauthoritative off
PerlSetVar basicauthoritative off
PerlSetVar defaultdomain LANDS
PerlSetVar ntlmdebug 1
require valid-user



When I enter in an NT password it all works ok but when I use a
user/pass from the htpasswd file, the only way it will work is that I
change the above line to 

         AuthType Basic                     instead of
AuthType ntlm,Basic.


With this change I can access passwords in htpasswd & also authenticate
from an NT server but I can no longer use NTLM.


I have tried to change return codes in the AuthenNTLM.pm without any
luck


My last part of my debug output file when it fails on enetering a
user/pass in the htpasswd file is :


AuthenNTLM: Verify user adamk via smb server
[Fri Aug  9 17:32:21 2002] [error] access to / failed for  , reason:
Wrong password/user (rc=3): LANDS\adamk for /
AuthenNTLM: rc = 3  ntlmhash = 
[Fri Aug  9 17:32:21 2002] [crit] [client 131.242.91.200] configuration
error:  couldn't check user.  No user file?: /



Can you suggest anything.




Regards





************************************************************************
The information in this e-mail together with any attachments is
intended only for the person or entity to which it is addressed
and may contain confidential and/or privileged material.

Any form of review, disclosure, modification, distribution
and/or publication of this e-mail message is prohibited.  

If you have received this message in error, you are asked to
inform the sender as quickly as possible and delete this message
and any copies of this message from your computer and/or your
computer system network.  
************************************************************************

Reply via email to