RE: Can I have different classes of users?

From: Ilker Gokhan <IlkerG@dont-contact.us>
Date: Fri, 21 Jul 2000 14:40:27 +0300

If you want to take limitation SOME of your authenticated users, it seems
that is very diffucult without source IP's workstation. Once try:

acl restrictedusers ident user1 user2 .... /* these users should be into the
NCSA users also of course you shouldn't compile squid with
--disable-ident-lookups option*/
/* I'm not sure can we use together with ident and the other authentication
programs ? */
acl allowedusers proxy_auth REQUIRED
acl dest dstdomain .yahoo.com .whatever.com
http_access deny !dest restrictedusers
http_access allow allowedusers
http_access deny all

Best regards,
Ilker G.

>-----Original Message-----
>From: Luca Mirri [mailto:l.mirri@tin.it]
>Sent: Friday, July 21, 2000 2:05 AM
>To: squid-users
>Subject: Can I have different classes of users?
>
>
>I'd like to know if it is possible to have some privileged
>users with full
>access to the Internet,
>while others have access only to selected sites.
>I'm using NCSA auth on my Squid server and I'd prefer not to
>have acl based
>upon source IP addresses of the users' workstations.
>Thank you,
>Luca Mirri
>
Received on Fri Jul 21 2000 - 06:31:38 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:54:34 MST