> There is no "username" type acl in squid-2.5 stable > 1 . I am trying to use "proxy_auth" , but getting > stuck somewhere.
There are two acls you can use: proxy_auth and proxy_auth_regex. The only difference is that proxy_auth matches on the entire username, and proxy_auth_regex uses a regex to match part/all of the username. More info is available in the default squid.conf. Adam
