On Wednesday 16 January 2002 11.41, Luc Dumaine wrote:
> i don't think the "acl foo proxy_auth REQUIRED testlan" is valid,
It is syntactically valid, but semantically invalid.
the above says "any logged in user or the user with login 'testlan'".
> it should read something like "acl foo proxy_auth REQUIRED". if you
> want to accept request from 172.18.0.17 and authenticated users i
> think the lines should be:
>
> acl testlan src 172.18.0.17/255.255.255.255
> acl authenticated proxy_auth REQUIRED
Correct.
> http_access allow testlan
> http_access allow authenticated
> http_access deny all
Or if the intention is to allow authenticated users from the network
'testlan' then use
http_access allow testlan authenticated
http_access deny all
Regards
Henrik
-- MARA Systems AB, Giving you basic free Squid support Customized solutions, packaged solutions and priority support available on requestReceived on Wed Jan 16 2002 - 07:06:41 MST
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:05:52 MST