Re: [squid-users] proxy authenticate question

From: Robert Collins <robert.collins@dont-contact.us>
Date: 11 Aug 2001 18:38:38 +1000

On 10 Aug 2001 13:22:17 -0500, Lance Peterson wrote:
> I have setup squid to use ncsa_auth and created an htpasswd file with
> two users, 'parents' and 'kids'. The login works, but I want to setup
> squid so that parents can login to any computer in the house and get
> full access, while kids can login to any computer in the house and are
> filtered. My current acl set will give full access to the kids on any
> computer which is bad. How do I tie the login to the filter?
 
Lance, emailing the same question twice, will not improve your chances
of an answer, particularly only a few hours apart.

I've covered this in my other reply, but replace jane etc with parents
and REQUIRED with kids (in my example that is)
Rob

> acl parents proxy_auth REQUIRED
> acl kids proxy_auth REQUIRED
> acl porn url_regex -i "etc/squid/porn.block"
> acl ad_domains dstdomain "/etc/squid/ad_domains.block"
> acl ad_urls url_regex -i "/etc/squid/ad_urls.block"
> acl ad_urls_path urlpath_regex -i "/etc/squid/ad_urls_path.block"
> # --------------------------------------------
> http_access allow parents
> http_access deny porn
> http_access deny ad_domains
> http_access deny ad_urls
> http_access deny ad_urls_path
> http_access allow kids
> http_access deny all
>
>
> __________________________________________________
> FREE voicemail, email, and fax...all in one place.
> Sign Up Now! http://www.onebox.com
>
Received on Sat Aug 11 2001 - 02:38:46 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:01:34 MST