Hmm...
1) The client IP is definietly matching GURU
2 and 3) acl AUTH proxy_auth REQUIRED is referenced only once - with
http_access deny !AUTH
I have changed the config like this now:
http_access allow GURU
acl AUTH proxy_auth REQUIRED
http_access deny !AUTH
http_access deny all
It still doesn't work for the GURU clients.
Is there any possibility to debug ACL matches and their consequences in
cache.log?
Torsten
robertc@squid-cache.org on 19.12.2002 13:51:03
To: Torsten.Lange@GECITS-EU.COM
cc: squid-users@squid-cache.org
Subject: Re: [squid-users] 'src' ACL does not override msnt_auth
--------------------------------------------------------------------------
On Thu, 2002-12-19 at 23:38, Torsten.Lange@GECITS-EU.COM wrote:
>
>
> Thanks,
>
> but unfortunately, the result is the same.
> Squid is still requesting username and password.
Then either (check in order):
1) The client ip is not matching GURU.
2) You reference an auth acl before the line checking GURU
3) You reference an auth acl in another access statement - ie
peer_access, or delay_pool_access etc.
Rob
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:12:11 MST