[squid-users] simple acl question

From: Derrick MacPherson <dmacpherson@dont-contact.us>
Date: Thu, 03 Nov 2005 14:31:29 -0800

I have:
acl AuthorizedUsers proxy_auth REQUIRED
http_access allow AuthorizedUsers

If I want to no authorization requested from the allowed_hosts but they
can still access, can it be done with something like:

acl allowed_hosts src "/root/allowed_hosts"
http_access allow allowed_hosts
acl AuthorizedUsers proxy_auth REQUIRED !allowed_hosts
http_access allow AuthorizedUsers

I think this is right, but I'd like someone to let me know.
Received on Thu Nov 03 2005 - 15:31:36 MST

This archive was generated by hypermail pre-2.1.9 : Thu Dec 01 2005 - 12:00:09 MST