1833176 Members
2988 Online
110051 Solutions
New Discussion

APACHE & NTLM

 
unixteam
New Member

APACHE & NTLM

Hi.

I want to verify that a user is logged to a specific NT domain, when he tries to open a http connection to the apache server, running on HPUX.

What should I do?
Can I use mod_ntlm or authenNTLM? How?
Is there something else to do so?

Thanx.
V.D.U
2 REPLIES 2
Anthony deRito
Respected Contributor

Re: APACHE & NTLM

Looks like the mod_ntlm module is the way to go. If you want to maintain a local database of authentication information on the appache server and keep it current in some way with the actual NT domain, this seems like it will work. Here is a link that you probably already have seen.....

http://peter.runestig.com/mod_ntlm.html

unixteam
New Member

Re: APACHE & NTLM

Hi,

I have two questions:
1. what is the authentication information I have to maintain in the apache server? Is it only the NT domain name or all the user names? I understood we needed only the NT domain. Is that true?
2. I want to download the module from the website you sent, but it requires a password. Do you know how I can pass that?

Thanks alot.
Unixteam.
V.D.U