[squid-users] proxy_auth & delay_pools

From: Alexandr Nosov <sun@dont-contact.us>
Date: Tue, 2 Apr 2002 17:32:39 +0300

Hi!
 I`m trying to combinate ncsa_auth with delay_polls to restrict users

acl worktime time M T W H F 9:00-18:00
acl users proxy_auth "/usr/local/squid/etc/u/users"
acl users proxy_auth "/usr/local/squid/etc/u/bigusers"

delay_pools 2
delay_class 1 2
delay_class 1 2

delay_parameters 1 7200/7200 4000/4000000
delay_access 1 allow users

delay_parameters 1 7200/7200 6000/4000000
delay_access 1 allow bigsers

but it not working....
if I use

acl users proxy_auth "/usr/local/squid/etc/u/users"
http_access allow users worktime
acl bigusers proxy_auth "/usr/local/squid/etc/u/bigusers"
http_access allow cps bigusers worktime

everything jist fine.

Can somebody help me?
Received on Tue Apr 02 2002 - 07:34:23 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:07:19 MST