Re: [SQU] squid authentication

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Wed, 30 Aug 2000 21:05:51 +0200

Sergio Henrique Oliveira Pereira (EDB) wrote:
>
> Hi all,
> here I´m using squid authentication (by ldap) and I would like to
> some users (username, not IP address) bypass this authentication. Would it
> be possible ? If yes, how can I do this ?

Allow them access before the line which requres authentication.

acl mynetworks src 10.1.2.0/24 ...
acl vip src 10.1.2.3 10.1.2.5 ...
acl users proxy_auth REQUIRED
http_access deny !mynetworks
http_access allow vip
http_access allow users

--
Henrik Nordstrom
Squid Hacker
--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Wed Aug 30 2000 - 13:14:51 MDT

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