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

Attachment: signature.asc
Description: Detta är en digitalt signerad meddelandedel

Reply via email to