Seewo Chen wrote: > Can I disable some special user to surf internet when I use fakeauth > authentication?
> acl AuthorizedUsers proxy_auth REQUIRED > acl deny_users ident zho\chenseewo Change the ACL type from ident to proxy_auth. > http_access deny deny_users > http_access allow AuthorizedUsers > why? I cannot surf internet when i using no_check.pl to instead fakeauth? > auth_param ntlm program /var/squid/libexec/no_check.pl Why do you need two NTLM helpers that don't check anything? Adam
