Re: [squid-users] Restricting User Wise

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Thu, 19 Dec 2002 19:20:06 +0100

You either make as many acls as you need to group the users and sites
they are allowed to access, or write a external_acl helper who looks
up based on the combination of user and sitename if the user should
be allowed (see the ip_user helper as an example of such combination,
combining user and source IP address)

Regards
Henrik

On Thursday 19 December 2002 11.19, Mahesh Kudva wrote:
> How can i restrict user-wise site by modifying the following.
> ###########################################################
> acl filter url_regex -i "/etc/squid/users/banned"
> acl users src "/etc/squid/users/users"
>
> http_access deny users banned
> ###########################################################
>
> I want to restrict the users on different sites. Fow example:
> I want to restrict user jon with msn and user mary with yahoo. I
> cannot include the users in the users list and the sites in the
> banned list, coz both the users will be restricted on both the
> site, which I want to avoid.
>
> System is on RH7.3 Squid2.5 stable1
>
>
> Thanks in advance
> Regards
>
> Mahesh S Kudva
> System Administrator
> Star Cable Infonet Pvt. Ltd.
> Tele-Fax: +91-824-860015
> http://starcable.net.in
Received on Thu Dec 19 2002 - 11:19:48 MST

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