ons 2009-09-02 klockan 12:24 +0600 skrev Yuri Vorobyev: > 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 Regards Henrik