Re: [squid-users] ACL Question

From: haji din <ahbh99@dont-contact.us>
Date: Sat, 5 Oct 2002 17:32:38 -0700 (PDT)

how about:

acl intranet dst 192.168.0.0/255.255.255.0
acl internet proxy_auth REQUIRED
 
http_access allow intranet
http_access allow internet

--- Nigel_Brown@hertscc.gov.uk wrote:
> Following a good learning curve with Squid thanx to
> folks on this list, but
> I have come across something that I want to do that
> I cannot find a simple
> answer too.
>
> The scenario is that we have a mix of organisations
> using the same Squid
> box to access the Net. I have set Squid to
> authenticate and it works
> lovely. Problem is, one of the orgs (ours!) wants to
> allow their staff to
> access an intranet server without the need for users
> to put in a
> username/password. IOW, everyone gets prompted for
> user/pass unless they
> try to go to http://intranet.
>
> I would have thought that I could do this using some
> acls, but I cannot see
> a way of setting an acl that explicitly includes a
> URL. The closest I can
> see is to use:
>
> acl intranet url_regex webserver_url
> acl internet proxy_auth REQUIRED
>
> http_access allow intranet
> http_access allow internet
>
> But I cannot get it to work. Could anyone point out
> the obvious I've missed
> please?
>
> Many Thanx,
>
> Nig

__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com
Received on Sat Oct 05 2002 - 18:32:41 MDT

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