Henrik Nordstrom wrote:
tis 2007-06-05 klockan 07:40 +0700 skrev Arianto C Nugroho:
Quoting McDouglas <mcdouglas@xxxxxxxxxx>:
Hi!
Is is possible to to assign delay pools to acls instead of domain
names? I use an external acl to verify if a given user belongs to a
given windows group (using wbinfo_group) and i'd like to limit his
bandwith depending on group membership (teachers can use 1 mbit,
students only 250kbit)
Thanks
AFAIK, delay pool is assigned to a group of acl ..
It should work, provided the group acl is also evaluated in http_access.
Squid can not wait for lookups to external helpers to complete in
delay_access, so the results of any acls used there must be immediately
available without querying some other process or already known.
Regards
Henrik
Thanks, I missed the http_access lines, after that everything worked
perfectly with wbinfo_group.