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/

Reply via email to