acl car proxy_auth "/path/to/file/with/car/personell"
acl car_sites dstdomain "/path/to/file/with/car/sites"
acl financial proxy_auth "/path/to/file/with/financial/personell"
acl financial_sites dstdomain "/path/to/file/with/financial/sites"
http_access allow car car_sites
http_access allow financial financial_sites
http_access deny car
http_access deny financial
-- Henrik Nordstrom Squid Hacker jcesar@tafisa.com.br wrote: > > Hello Henrik, > > I'm need define some groups for users, permited or deny access to some > sites with acls based on group properties, using a proxy_auth directive > ncsa_auth (or similar)..... > > Example: > > In group personal responsible for carīs in my company restrict access the > sites: www.yahoo.com, www.altavista.com....etc and group personal responsible > for financial restrict access the sites: www.financial.com.br, www.test.com, > www.fapesp.br....etc > > You solution acl for rules above. > > Thanks.....Joao CesarReceived on Wed Jun 27 2001 - 12:13:52 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:00:51 MST