Chris Vaughan wrote:
> Can squid be configured to bypass proxy authentication for some sites, but
> not others? If this can be configured, we require it so that certain
> internal users can go direct to some external sites, relating to our
> organisation, without having to enter a userid and password.
Yes. Simply allow access in http_access before where you require
authentication.
http_access is a ordered list of rules. The first rule that fully matches the
request (all listed acls are true) determines if the request is to be allowed
or denied.
when Suqid encounters a proxy_auth while processing http_access rules it will
requiest authentication from the user if not already supplied.
Regards
Henrik
Received on Mon Sep 09 2002 - 12:07:34 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:10:10 MST