Results 1 to 1 of 1
hi! i have a working squid ncsa authentication.
i have this in my squid.conf
Code:
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 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-16-2010 #1Just Joined!
- Join Date
- Sep 2003
- Location
- Philippines
- Posts
- 10
implementing squid authentication for different networks
hi! i have a working squid ncsa authentication.
i have this in my squid.conf
this set up authenticates both the employees and admin acl.Code: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.2 acl admin src 192.168.1.2 http_access allow password http_access allow employees http_access allow admin
is it possible to set up squid to authenticate only the employees network but the admin network will not be authenticated?
many thanks


Reply With Quote
