Maxim Zimovets wrote:

> In squid.conf example we've got
> >    acl aclname proxy_auth passwd_file
> >    'passwd_file' is an Apache-style file .....

That is an ancient example. Once in a time proxy_auth took a NCSA style
password file, but this is not how things work nowdays.

The proxy_auth acl nowdays takes a list of valid user names that the acl
should match. Passwords are validated by the program specified as
authenticate_program. See your squid.conf.default file.

---
Henrik Nordstrom
Spare time Squid hacker

Reply via email to