Yuriy Kouznetsov wrote:
> 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)?...
Squid currently has no support of external user groups.
What you can do (with my patch in place) is to have local files listing
the users of each group, and them refer to them using "filename" syntax.
acl VIP proxy_auth "/usr/local/squid/etc/bosses.group"
acl staff proxy_auth "/usr/local/squid/etc/staff.group"
acl all_users proxy_auth REQUIRED
The downside is that a reconfigure is currently needed when updating a
group list.
--- Henrik Nordström Spare time Squid hackerReceived on Wed Oct 21 1998 - 04:29:39 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:42:37 MST