Re: [squid-users] problem in squid access

From: Henrik Nordstrom <henrik@dont-contact.us>
Date: Fri, 12 Jan 2007 17:30:15 +0100

fre 2007-01-12 klockan 16:35 +0530 skrev Prasad Deshpande:

> I am using Squid 2.6.STABLE6 with basic authentication for accessing the
> internet. Now I want to give access to one particular domain without
> asking for user name and password.
>
> Is it possible to have both conditions working simultaneously?

Yes.

The easiest is to allow access to this domain before where your require
authentication in http_access.

I.e.

acl special_sites dstdomain ...
http_access allow our_network special_sites
http_access allow our_network authentication

For details on http_access see
http://wiki.squid-cache.org/SquidFaq/SquidAcl

Regards
Henrik

Received on Fri Jan 12 2007 - 09:30:20 MST

This archive was generated by hypermail pre-2.1.9 : Thu Feb 01 2007 - 12:00:01 MST