Re: [squid-users] Access-list domain and user

From: Indunil Jayasooriya <indunil75_at_gmail.com>
Date: Mon, 2 Jun 2008 14:46:04 +0530

> I want to know if it's possible to have an ACL to grant a user to
> access a domain.
> My users are authenticated with LDAP.

Let's assume that user toto wants to have access to cnn.com .

Pls try below

> To grant access a user :

 acl prj1 proxy_auth toto
 acl domains4toto dstdomain .cnn.com
 http_access allow prj1 domains4toto
 http_reply_access allow prj1 domains4toto
 http_access deny prj1

Just try it out.

-- 
Thank you
Indunil Jayasooriya
Received on Mon Jun 02 2008 - 09:16:10 MDT

This archive was generated by hypermail 2.2.0 : Mon Jun 02 2008 - 12:00:03 MDT