Re: [squid-users] deny authenticated users to dstdomain

From: Covington, Chris <Chris.Covington@dont-contact.us>
Date: Thu, 1 Sep 2005 15:24:41 -0400

> The problem is you have used one ACL name (NoAccess) with two
> different ACL types (dstdomain and proxy_auth). Give the two
> ACLs different names, and make either a combined http_access
> rule using those ACLs or sequential http_access rules to
> server your goal.
>
> For example...
>
> acl NoAccess dstdomain .aim.com
> acl authentication proxy_auth REQUIRED
> acl myNet src 192.168.0.0/24
>
> http_access deny !authentication
> http_access deny NoAccess
> http_access allow myNet
> http_access deny all

Thank you, I get it now & that works.

---
Chris Covington
IT
Plus One Health Management
75 Maiden Lane Suite 801
NY, NY 10038
646-312-6269
http://www.plusoneactive.com
Received on Thu Sep 01 2005 - 13:24:48 MDT

This archive was generated by hypermail pre-2.1.9 : Sat Oct 01 2005 - 12:00:03 MDT