Subject: | Authentications hang... |
We are using Apache-AuthenNTLM-2.05 for a couple of months and it works well most of the time. But once in a while, the authentication just hangs for no apparent reason. When this happen, the last line of the apache error_log looks like: "[13256] AuthenNTLM: Verify user simonr via smb server". It seems that the authentication hangs until another request is made to the apache server. Then that new authentication request hangs in the same way. Restarting Apache seems the fix the problem.
Here's our config:
-Modules:
Authen-Smb-0.91
apache_1.3.29
mod_perl-1.0-current
php-4.3.4
Apache-AuthenNTLM-2.05
-NTLM config (from httpd.conf):
<Directory "/prod/intranet/ho">
Options FollowSymLinks
PerlAuthenHandler Apache::AuthenNTLM
AuthType ntlm
AuthName ho
PerlAddVar ntdomain "CHATEAU NT_CONTROL NT_FINANCE"
PerlSetVar defaultdomain CHATEAU
PerlSetVar ntlmdebug 1
PerlSetVar splitdomainprefix 1
require valid-user
</Directory>
-Perl version:
v5.6.1 built for i386-linux
-OS
REDHAT AS
Linux version 2.4.9-e.38enterprise
(gcc version 2.96 20000731 (Red Hat Linux 7.2 2.96-124.7.2))