Hello. > > It is possible to limit bandwidth to users, based on ident acl's? > > I'm upgraded to version 3.0.18 and trying this: > > For this to work reliably you probably need to refer to an ident acl in > http_access, making Squid wait a little for the ident lookup to > complete. > > Add the following before your other http_access rules > > acl ident ident REQUIRED > http_access deny ident_aware_hosts ident !all Unfortunately it doesn't work.