Re: [squid-users] proxy_auth help

From: Edward Mann <edward@dont-contact.us>
Date: 06 Nov 2002 08:58:38 -0600

ACL run in order. Using the ip address, something like this should do
the trick.

acl nopasswd src 10.251.0.38/255.255.0.0 10.251.0.39/255.255.0.0

external_acl_type NT_global_group %LOGIN /usr/lib/squid/wb_group
acl FullAccess external NT_global_group internet

http_access allow nopasswd
http_access allow FullAccess

See if that works.

On Wed, 2002-11-06 at 05:48, Chris Tatro wrote:
> I have all the users authenticating through the NT domain
> controller via winbind from samba. How do I write a ACL
> with proxy_auth to allow 2 computer to get through without
> authenticating?
> Is this possible?
>
> Thanks
>
> >PS I found this post which says what I need to do to get my cachemgr.cgi working.
>
>
> >You need to allow the host where cachemgr.cgi runs access without
> >proxy_auth.
>
> >I have a small patch to cachemgr.cgi to allow it to be used in
> >proxy_auth environments.
>
> ---
> >Henrik Nordstrom
> >Spare time Squid hacker
>
> >Alex Pikus wrote:
Received on Wed Nov 06 2002 - 07:57:56 MST

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