Re: Proxy_auth with Squid 2.0

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Sat, 14 Nov 1998 19:12:01 +0100

Yuriy Kouznetsov wrote:

> If this BUG (mistake ;) ) when this patch will be applyed into
> official version?

2.1.PRE4 contains almost all of my proxy_auth related patches.

> Is there another external auth progam with users
> and users groups (NCSA not have this support)... And how i
> use into squid auth (with and without patch for auth)?... I
> think there is a lot a work over proxy-auth...

No. Squid does not support user groups at this time. The closest you can
get is to use multiple proxy_auth ACLs.

acl group_staff proxy_auth "/usr/local/squid/etc/staff.group"
acl group_student proxy_auth "/usr/local/squid/etc/students.group"

http_access allow group_staff
http_access deny bad_sites
http_access allow group_students

The downside is that Squid needs to be restarted when you change the
group memberships.

---
Henrik Nordstrom
Spare time Squid hacker
Received on Sat Nov 14 1998 - 11:12:30 MST

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