Hi, all
Can I disable some special user to surf internet when I use fakeauth
authentication?
#./configure --prefix=/var/squid --sysconfdir=/etc/squid --enable-auth=ntlm
--enable-ntlm-auth-helpers=fakeauth,no_check --disable-internal-dns
--enable-storeio=aufs,ufs --with-aufs-threads=32 --enable-cache-digests
--enable-truncate --enable-underscores --enable-heap-replacement
auth_param ntlm program /var/squid/libexec/fakeauth_auth
auth_param ntlm children 5
auth_param ntlm max_challenge_reuses 0
auth_param ntlm max_challenge_lifetime 2 minutes
auth_param ntlm use_ntlm_negotiate off
acl AuthorizedUsers proxy_auth REQUIRED
acl deny_users ident zho\chenseewo
http_access deny deny_users
http_access allow AuthorizedUsers
Plus:
why? I cannot surf internet when i using no_check.pl to instead fakeauth?
auth_param ntlm program /var/squid/libexec/no_check.pl
Best Regards,
Seewo
Received on Tue Dec 14 2004 - 01:05:48 MST
This archive was generated by hypermail pre-2.1.9 : Sat Jan 01 2005 - 12:00:02 MST