Re: [squid-users] allow one user to acces one website and deny all others (websites)

From: Visolve Squid Development Team <squid@dont-contact.us>
Date: Mon, 29 Nov 2004 11:05:44 +0530

With the proper setup of ACL setting and http_access rules, we can achieve this.

Example Setup:

# ACL - one user to everywhere
acl user1 proxy_auth user1

# ACL - two users to one site
acl group proxy_auth user2 user3

# ACL - specific site
acl site dstdomain .visolve.com

# Access rules
# Allow one specific user to everywhere
http_access allow user1

# Allow others users to only specific site
http_access allow group site

# Deny other
http_access deny all

> for one guy i need to allow him to go everywhere
>
> three others persons can go on just one website and can t go anywhere else
>
> how can i do that with their proxy login?
>

Best wishes
Visolve Squid Development Team.

---
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.797 / Virus Database: 541 - Release Date: 11/15/2004
Received on Sun Nov 28 2004 - 22:35:47 MST

This archive was generated by hypermail pre-2.1.9 : Wed Dec 01 2004 - 12:00:02 MST