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

2004-11-28 Thread Visolve Squid Development Team
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





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

2004-11-28 Thread Sebastian Pasch
hello,

You have to write two "acl" rules. One defining which guy allowed surfing
everywhere
And one for the website all users should be allowed visiting.
Then you should insert before "http_access deny all" another two rules.
First the website everyone should be able to visit and then denying the
other users from the created acl.

Best regards
Sebastian Pasch

I think all this is explained in some FAQs too.
  

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Gesendet: Sonntag, 28. November 2004 11:56
An: [EMAIL PROTECTED]
Betreff: [squid-users] allow one user to acces one website and deny all
others (websites)

hi

i need to do two level filtering

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?

thx



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

2004-11-28 Thread zdust
hi

i need to do two level filtering

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?

thx



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

2004-11-28 Thread zdust
hi

i need to do two level filtering

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?

thx