Hi,
I´m trying to set up automatic authentication on a W2k domain controller using
module ntlm_auth with squid-2.5.
But i need to allow/disallow access based on username.
I used:
./configure --prefix=/usr/local/squid25
--enable-auth="basic,ntlm"
--enable-basic-auth-helpers="MSNT"
--enable-ntlm-auth-helpers="NTLMSSP"
Here´s some of the rules I used
auth_param ntlm program /usr/local/squid2.5/libexec/ntlm_auth -b domain/dc
auth_param ntlm children 5
auth_param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 2 minutes
auth_param basic program /usr/local/squid2.5/libexec/msnt_auth
auth_param basic children 5
auth_param basic realm Squid W2KDomain
auth_param basic credentialsttl 2 hours
acl internal src 172.25.0.0/255.255.0.0
acl password proxy_auth REQUIRED
Can anybody help me?
Thanks all for your time.
Bye
Received on Thu Jan 31 2002 - 11:43:00 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:06:02 MST