RE: autentication problems

From: R.Ilker Gokhan <IlkerG@dont-contact.us>
Date: Thu, 4 May 2000 09:56:18 +0300

>
>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.
Received on Thu May 04 2000 - 00:58:45 MDT

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