Re: [squid-users] ACL Question

From: <Squid@dont-contact.us>
Date: Mon, 16 Apr 2001 11:43:41 +0530

Hi,

acl localsite dstdomain .local.com
acl extsiteauth proxy_auth REQUIRED

http_access allow localsite
http_access allow proxy_auth
http_access deny all

Enable smb_auth module.

Regards,
Squid@Visolve.com
www.visolve.com

>
> We're using a javascript autoconfig file (.pac) for autoconfiguring our
> client's browser to use our Proxy server. The Proxy server is presently a
> Netscape product but we're looking to switch to Squid.
>
> The autoconfig scripts only work with some (mostly older) browsers. I was
> thinking that Squid's ACL might be able to replace these scripts so they
> work from any browser. Here's the criteria:
>
> . Only use the proxy to access Internet sites. All local sites
> should go direct (with no authentication prompt)
> . When an Internet site is requested, prompt for a username and
> password then go via the proxy
>
> We use SMB_AUTH for our external authenticator which works. I can't figure
> out how to only authenticate for external sites. Is this possible?
>
> -Mike
Received on Sun Apr 15 2001 - 23:54:06 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:59:19 MST