Re: [SQU] auth problems

From: Olano, Kenny Kris <Olano_Kenny@dont-contact.us>
Date: Wed, 7 Mar 2001 15:10:00 -0500

I have figured out how to get the password box to popup but how do
say only allow to go to *.colstate.edu and to *.ebsco.com??

> From: "Olano, Kenny Kris" <Olano_Kenny@colstate.edu>
> Organization: Columbus State Univ.,Columbus, Ga.
> To: squid-users@ircache.net
> Date: Wed, 7 Mar 2001 11:54:21 -0500
> Priority: normal
> Subject: [SQU] auth problems

> I am having problems trying to get the password box to popup in the
> client's browser but no password box comes up. Here is my code
> Please tell me if i am doing something wrong.
>
>
> acl ebsco dstdomain .ebsco.com
> acl colstate dstdomain .colstate.edu
> acl BAD dst 0.0.0.0/0.0.0.0
>
> http_access allow ebsco
> http_access allow colstate
> http_access deny BAD
>
> http_access allow localhost
> acl proxyUSER proxy_auth REQUIRED
>
>
> http_access allow proxyUSER
> http_access deny all
>
> --
> To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
>
>

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Wed Mar 07 2001 - 15:08:33 MST

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