Results 1 to 1 of 1
Dear all,
I have configured squid proxy on centos 5.5 and some of my squid.conf file has following lines
Code:
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/squid_passwd
acl office src 192.168.1.0/24
acl ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-20-2010 #1Just Joined!
- Join Date
- Oct 2006
- Posts
- 18
user name based access control in squid.
Dear all,
I have configured squid proxy on centos 5.5 and some of my squid.conf file has following lines
There are 3 users called "user034, user035 and user050" in the /etc/squid/squid_passwd file need to restricted access to internet except sites www.abc.com form anywhere in the lan. Once they logged in any ip, rule should apply.(that means no ip related acl, only user name related)Code:auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/squid_passwd acl office src 192.168.1.0/24 acl ncsa_users proxy_auth REQUIRED http_access allow ncsa_users office
How can I configure this in squid. Your help highly appreciated.
Thanks
all2dark


Reply With Quote
