On Fri, Sep 26, 2003 at 12:53:55PM +0200, Boniforti Flavio wrote:
> Is it possible to have my users NOT AUTHENTICATING on my Intranet site?
> How can I achieve it?
Easily. The ACLs (http_access [allow|deny]...) are run in the order you
write them in the squid.conf. Something like this should do it:
===
acl to-intranet dst [ip of intranet site]
http_access allow to-intranet
acl password proxy_auth REQUIRED
http_access allow password
acl all src 0.0.0.0/0.0.0.0
http_access deny all
===
Christoph
-- ~ ~ ".signature" [Modified] 3 lines --100%-- 3,41 AllReceived on Sat Sep 27 2003 - 05:45:23 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:20:03 MST