On Sat, 3 Apr 2004, M J wrote:
> I had one acl that some URLs can be accessed without authentication, but
> when I put this acl before the acl max_user_ip users can go through without
> authentication but if I put it after squid just ignore acl and ask for
> authentication. Is that behavior right ?
It is. max_user_ip requires authentication as it needs the login name to
determine how many IP addresses this user is using.
Squid asks for authentication as soon as it reaches a acl requiring a
login name. Not only from proxy_auth acls. proxy_auth acls is just an acl
for matching the login name to a list of logins.
Other acls requiring login names are:
proxy_auth
proxy_auth_regex
max_user_ip
external, using an external_acl_type with %LOGIN
Regards
Henrik
Received on Sat Apr 03 2004 - 06:37:01 MST
This archive was generated by hypermail pre-2.1.9 : Fri Apr 30 2004 - 12:00:01 MDT