To use authentication in delay_access you MUST first enforce it in http_access.
delay_access cannot ask the user to authenticate, only http_access can. and for this at all to work you need to use a quite recent 2.5 snapshot. See bug 448 for details. If you find problems with the current 2.5 snapshots please comment to bug 448. Regards Henrik Simon Bryan wrote: > > Hi all, > I have the following setup on 2.5STABLE1-20030123 > > According to my reading of things, if a username is in the data_exceed.out > file then they should have their speed reduced to about a 28k modem. However > it is not working. Can anyone spot what is wrong. > > I tried to go up to the 20030212 version but it compiled and ran OK , but > all access through it just hung with nothing in the logs that I could see. > > Our network is 10.192.0.1/255.255.254.0 > > #DELAY_POOLS > acl overused proxy_auth "/usr/local/squid/etc/output_files/data_exceed.out" > acl olmcnet url_regex -i 10.192 > delay_pools 2 > > #First delay pool > delay_class 1 1 > delay_parameters 1 -1/-1 > delay_access 1 allow olmcnet > > #Second delay pool. > delay_class 2 2 > delay_parameters 2 -1/-1 3600/3600 > delay_access 2 allow overused !olmcnet > > _________________________________________ > Simon Bryan > IT Manager > OLMC Parramata > ICQ#: 137562751 > _________________________________________
