Re: [squid-users] Authentication for Selective Users

From: Visolve Squid <squid@dont-contact.us>
Date: Tue, 22 Aug 2006 21:03:49 +0530

Manish Kathuria wrote:

> Squid proxy server has been configured with Basic Authentication and
> is running perfectly. Is it possible to allow some users to bypass
> Authentication on the basis of their IP Addresses and/or Mac addresses
> under this or some other Authentication Scheme ?

Hello Kathuria,

Yes. It can be done by using the following configuration in squid.conf.

acl allow_users src "/usr/local/squid/iplist_for_allowusers"
http_access allow allow_users
http_access allow auth_users

Thanks,
Visolve Squid Team
http://www.visolve.com/squid/
Received on Tue Aug 22 2006 - 09:29:02 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Sep 01 2006 - 12:00:02 MDT