We´ve put Squid 2.5.STABLE13 to work on a Fedora 4 box, authenticating
users against a Windows Server 2003 domain controller using NTLM and it
worked just fine! I did´t need to install samba on the Linux box nor use
any other auth helpers than Squid ones. Part of my squid.conf follows:
============================================
auth_param ntlm program /usr/lib/squid/ntlm_auth DOMAIN/dc_server_1
DOMAIN/dc_server_2 DOMAIN/dc_server_N
auth_param ntlm children 40
auth_param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 2 minutes
auth_param ntlm use_ntlm_negotiate off
============================================
Hope it helps!
Regards,
Luis Talora
VAIBHAV NALDURGKAR escreveu:
Hi ALL,
I am using squid Version 2.5.STABLE5 and samba 3.0.4 with NTLM
authentication previously the NTLM authentication was working fine
with my windows 2000 AD server
but we have upgraded this windows AD to 2003 and also increased the
security for this new AD
like we have blocked the anonymous query to the new 2003 AD as a
result of this my squid is not able to fetch the users and groups from
the AD using the NTLM authentication.
I tried upgrading my Linux OS from RHL 8 to AS 3 as well as squid
version also but no luck but when I tried this with centos it is
working.
Can some one help me to set up squid + NTLM + Samba with windows 2003
AD on RedHat linux AS 3.
Thanks in advance
Vaibhav