mån 2008-03-31 klockan 22:13 +0100 skrev paul cooper:
> this is my config
> hepworth squid # grep ^acl /etc/squid/squid.conf
> acl all src 0.0.0.0/0.0.0.0
> acl SSL_ports port 443
> acl Safe_ports port 80 # http
> <snip>
> acl Safe_ports port 901         # SWAT
> acl purge method PURGE
> acl CONNECT method CONNECT
> acl andrew proxy_auth
> acl emma proxy_auth

the above should be

acl andrew proxy_auth andrew
acl emma proxy_auth emma


the first is the internal name of the acl, the second the username(s) to
match..

Regards
Henrik

Reply via email to