Hi,
I tried to use mod_ntlm for apache, installed all of
the tools mentioned below:
apache 1.3.33
mod_perl 1.29
mod_ntlm 0.4
I have configured the apache conf for NTLM parameters:
AuthName "Request Tracker"
AuthType NTLM
NTLMAuth on
NTLMAuthoritative on
NTLMDomain MYDOMAIN
NTLMServer MYHOSTSRV
NTLMBackup MYHOSTSRV
require valid-user
When I tried to authenticate via browser, it pops up a
windows with three text options username, password and
domain name. When i pressed ok, i have got internal
server error page.
The apachey error.log says:
[Thu Nov 10 14:43:34 2005] [error] [client 10.50.1.100]
creating new ntlm_connection 159165244 16142
[Thu Nov 10 14:43:34 2005] [notice] [client
10.50.1.100] got auth_line
"TlRMTVNTUAABAAAAB7IAogUABQA0AAAADAAMACgAAAAFAJMIAAAAD0
NTUy0yS0FEU0VSVlJUQ1NT"
[Thu Nov 10 14:43:34 2005] [notice] [client
10.50.1.100] got header with host "MYHOSTSRV", domain
"MYDOMAIN"
[Thu Nov 10 14:43:34 2005] [error] [client 10.50.1.100]
received msg1 159165244 16142
[Thu Nov 10 14:43:34 2005] [error] [client 10.50.1.100]
send_ntlm_challenge: no conn. handle...trouble
communicating with PDC/
BDC? returning internal server error
How can i resovle the above said issue.
Thanks -n- Advance.
Logged In: YES
user_id=1451495
I had this too. Just add the "KeepAlive on" directive to
your your httpd.conf file.
I would also recommend this version of the module to fix
several other bugs, including log spamming:
http://modntlm.jamiekerwick.co.uk/
Logged In: YES
user_id=1451495
I had this too. Just add the "KeepAlive on" directive to
your your httpd.conf file.
I would also recommend this version of the module to fix
several other bugs, including log spamming:
http://modntlm.jamiekerwick.co.uk/
Logged In: YES
user_id=1451495
I had this too. Just add the "KeepAlive on" directive to
your your httpd.conf file.
I would also recommend this version of the module to fix
several other bugs, including log spamming:
http://modntlm.jamiekerwick.co.uk/