Re: autentication problems

From: Patricio Baptista da Luz <patluz@dont-contact.us>
Date: Thu, 04 May 2000 11:55:58 -0300

"R.Ilker Gokhan" wrote:

>
>
> >
> >I'm trying to put up authentication for squid, so i can log the real
> >user, and not the machine, that is browsing the net.
> >I followed th instructions in squids FAQ (19.6 How do I configure
> PROXY
> >autehentication in squid-2), added the ACL and HTTP_ACCES lines as
> >informed in the FAQ:
> >
> >acl users_allowed proxy_auth REQUIRED
> >http_access allow users_allowed
>
> you should add this line:
> acl lan_users src 10.10.0.0/255.255.0.0
> acl users_allowed proxy_auth REQUIRED
> http_access allow lan_users users_allowed
> http_access deny all
>
> Ilker G.

Iker,

Thanks for your help, but it didnt work as is, i tried to separate the
http_accees and it worked fine.

from --> http_access allow lan_users users_allowed
to --> http_access allow lan_users
                      http_access allow users_allowed

Strange, but works.

Thanks again,

Patricio.
Received on Thu May 04 2000 - 09:12:23 MDT

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