Re: [us...@httpd] authentication against active directory.

2009-11-24 Thread Peter de Groot
Have you had a look at ntlm auth That is what I use.. and it works well. I had to compile it myself though   AuthName  "NTLM Authentication" NTLMAuth on NTLMAuthHelper  "/usr/bin/ntlm_auth --helper-protocol=squid-2.5-ntlmssp" NT

Re: [us...@httpd] authentication against active directory.

2009-11-22 Thread Simon Walter
Ramesh wrote: Hi, I have a web site which I would want to allow only users after authenticating them against our Active Directory. I wanted to place .htaccess file in the main web folder 1. Do I need to install "mod_authz_ldap" module ? And is there any other module which I would need to in

[us...@httpd] authentication against active directory.

2009-11-19 Thread Ramesh
Hi, I have a web site which I would want to allow only users after authenticating them against our Active Directory. I wanted to place .htaccess file in the main web folder 1. Do I need to install "mod_authz_ldap" module ? And is there any other module which I would need to install ? 2. Also