Re: [squid-users] Authenticating ALL but one site?

From: Christoph Haas <email@dont-contact.us>
Date: Sat, 27 Sep 2003 13:45:09 +0200

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         All
Received 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