On 25/09/2012 5:59 p.m., Noc Phibee Telecom wrote:
Hi

i use Squid with NTLM authentification. I want restrict one user (based on the ntlm login/pass)
atonly one website.

It's possible directly in squid ?

Of course. Use Squid ACLs...

  acl fred proxy_auth fred
  acl blocklist dstdomain .example.com
  http_access deny blocklist fred

Amos

Reply via email to