[squid-users] 2 kind of access

From: Aleksey Trubin <aleks@dont-contact.us>
Date: Fri, 7 Dec 2001 15:41:49 +0400

Hi! Could anybody say what I did wrong?
I have 2 kind of users. First with password access, second without
password. Squid ACLs are:

acl password proxy_auth REQUIRED
acl auth_users proxy_auth "/usr/......"
acl no_auth src "/usr/......"

http_access allow password auth_users
http_access deny auth_users
http_access allow no_auth
http_access deny all

but no_auth still needs password!
What can I do in this case?

Squid 2.4 STABLE1, FreeBSD 4.3 STABLE.
Received on Fri Dec 07 2001 - 04:42:38 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:05:16 MST