Re: [squid-users] Authentication problem

From: Mike Diggins <diggins@dont-contact.us>
Date: Mon, 7 Jan 2002 14:44:06 -0500 (EST)

We use this to allow access from our srcdomain (mcmaster.ca) to the
dstdomain google.com without authentication. Everything else, except for
local host, is authenticated. This isn't exactly what you asked for but
should get you started.

acl no_auth_a src localhost
acl no_auth_b dstdomain .google.com
acl no_auth_c srcdomain .mcmaster.ca
http_access allow no_auth_b no_auth_c #both must be true
http_access allow no_auth_a
acl domainusers proxy_auth REQUIRED
http_access allow domainusers

-Mike

On Mon, 7 Jan 2002, Riyaz Khan wrote:

> Kindly somebody help me as we are having a problem with NCSA authentication.
>
> We have our own intranet server with NT. On Redhat 6.2 Squid is running with
> NCSA authentication. I want for some specific links it should not ask for
> authentication.
>
> Please help
>
> Riyaz Khan
> Business Support Manager
> I.T.Integrated Solutions Ltd.
> 306,The Sangeet Plaza
> Marol Maroshi Road,
> Andheri (E), Mumbai - 400059
> Tel : 022-8590790 (10 Lines)
> www.itintegrated.com
>
>
Received on Mon Jan 07 2002 - 12:44:23 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:05:39 MST