[squid-users] implementing squid ncsa authentication to different networks

From: admin <tr3s_at_wpu.edu.ph>
Date: Tue, 19 Jan 2010 13:29:38 +0800

hi! i have a working squid ncsa authentication.
i have this in my squid.conf:

auth_param basic program /usr/lib64/squid/ncsa_auth /etc/squid/passwd
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
auth_param basic casesensitive off

acl password proxy_auth REQUIRED
acl employees src 192.168.0.0/24
acl admin src 192.168.1.0/24

http_access allow password
http_access allow employees
http_access allow admin

this set up authenticates both the employees and admin acl.
is it possible to set up squid to authenticate only the employees
network but the admin network will not be authenticated? please guide

many thanks,

trista
Received on Tue Jan 19 2010 - 05:29:51 MST

This archive was generated by hypermail 2.2.0 : Tue Jan 19 2010 - 12:00:03 MST