ok - so if it's the auth header - how does it fit with my main problem?
--
View this message in context:
http://squid-web-proxy-cache.1019090.n4.nabble.com/external-acl-type-strange-behavior-tp4664718p4664831.html
Sent from the Squid - Users mailing list archive at Nabble.com.
Hi Amos
Squid Version is 3.3.9
im using basic authentication.
I don't know exactly what you mean with wheres the username come from. I
think it comes from the auth helper and it's passed to the external acl
helper via the %LOGIN variable.
bazn
--
View this message in context:
ht
Hi all
i've written a external_acl_type in perl for managing user/time quotas. In
my squid.conf i manage this like this:
external_acl_type time_quota ttl=60 children-max=1 %LOGIN /usr/bin/perl
/etc/squid3/cust/quota.pl
the quota.pl now checks with the username given with %LOGIN (i have also a
au