-----Original Message-----
From: Michael Seidner [mailto:mikes@mdscomp.com]
Sent: Tuesday, September 11, 2001 2:36 PM
To: squid-users@squid-cache.org
Subject: [squid-users] User ACL's
I am using the NCSA auth module for user access. Is there a way to allow
certain users access to the local http/squid server and deny access to
rest
of internet? It seems that http_access allow auth allows anyone who
authenticates access to everything.
====
use something like
acl group1 proxy_auth jane mary brenda
acl group2 proxy_auth harry joe tom
acl authenticated proxy_auth REQUIRED
http_access ...
http_access ...
http_access deny !authenticated
http_access allow group1 site1
http_access allow group2 site1
etc
Rob
Received on Mon Sep 10 2001 - 22:27:17 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:02:07 MST