Re: [squid-users] URL Filtering

From: Zen <zenmurugan@dont-contact.us>
Date: Tue, 11 May 2004 12:16:54 +0530

Hello Jason Ide,

You can use the following directives to block particular group from
accessing the sites specified in the file:
-------------------------------------------------
acl blocksites dstdomain "PATH/TO/FILE/sites.txt"
acl AuthorizedUsers external <ldap_group> <usergroup>

http_access deny AuthorizedUsers blocksites
--------------------------------------------------

where
<ldap_group> is the name used in "external_acl_type" directive.
<usergroup> is the user-group name for whom you want to deny access to the
specified sited.

Regards,
Zen.

----- Original Message -----
From: <Jason.Ide@kaz-group.com>
To: <squid-users@squid-cache.org>
Sent: Tuesday, May 11, 2004 5:43 AM
Subject: [squid-users] URL Filtering

> Can you tell me if it is possible to write a acl to block a selection of
> URL's from files. I have setup squid to authenticate users from multiple
NT
> and Active Directory domains.
>
> In these domains, users are assigned to different NT groups for various
> levels of web access.
>
> I need to create an acl for each NT group associated with a file
containing
> a list of urls to filter out.
>
> I did setup SquidGuard but I can not pass specific users by their NT
group.
> So I would like to squid for the url filtering
>
> Jason Ide
> KAZ Corporate I.T. - WAN
> KAZ Group Limited
> Email: jason.ide@kaz-group.com
>
>
> A division of KAZ Group Limited visit our web site at www.kaz-group.com
>
>
>
>

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.670 / Virus Database: 432 - Release Date: 4/27/2004
Received on Tue May 11 2004 - 00:59:24 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Jun 01 2004 - 12:00:01 MDT