On Fri, 27 Feb 2004, Graham Nicholls wrote:
> This is the output of squid -v:
> Squid Cache: Version 2.3.STABLE4-hno.CVS
Upgrade. This version is not intended for production use.
> authenticate_program /usr/sbin/ncsa_auth /usr/etc/passwd
>
> acl internal_users src 10.0.0.0/8
> acl ten_four_users src 10.4.0.0/16
> acl local src 127.0.0.0
> acl passwd proxy_auth
>From the documentation in squid.conf.default:
acl aclname proxy_auth username ...
# list of valid usernames
# use REQUIRED to accept any valid username.
#
Regards
Henrik