RE: [squid-users] Access for Not Authenticated Users

From: Adam Aube <aaube@dont-contact.us>
Date: Thu, 19 Jun 2003 14:45:58 -0400

We do it to work around stupid programs that don't understand proxy
authentication. It's very straightforward:

- Assume that acl LocalNet are the IP addresses allowed to use proxy
- Create an acl NoAuth with dst or dstdomain targets that will not require
authentication
- Setup http_access like this:
[Preceeding http_access lines]
http_access allow LocalNet NoAuth
http_access allow auth_user
[Following http_access lines]

Adam

-----Original Message-----
From: Pierre Ohn [mailto:Pierre.Ohn@teledisnet.be]
Sent: Thursday, June 19, 2003 2:36 PM
To: squid-users@squid-cache.org
Subject: [squid-users] Access for Not Authenticated Users

Hi everybody,

Here is the situation:
I have a Squid 2.4.6 proxy running on Linux RH 7.2. Clients are Windows
machines (98 and 2k).
The access to Internet is only authorized if people are authenticated
against a LDAP directory.
To do this, I have an ACL saying:
acl auth_user proxy_auth REQUIRED

and the corresponding http_access line.

Until there, no problem, everything works fine.

Now the question: is it possible to let all the users access some sites
(gov sites for example... a complete list is to be generated) whithout
having to authenticate ??

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.237 / Virus Database: 115 - Release Date: 3/7/2001
Received on Thu Jun 19 2003 - 12:46:03 MDT

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