[Ilugc] Restrict Particular LDAP users not to access Squid Proxy

  • From: vellingiri@xxxxxxxxxxxxxxx (vellingiri)
  • Date: Thu Sep 23 12:49:37 2010

Gorav - Impact Services wrote:

Dear Vellingiri,

You need to authenticate the users against a list or make a list of users who 
should not be allowed access. Add the following ACLs -

acl <group_name> proxy_auth -i "<path to the file containing list of 
usernames>"
eg. acl allowed_users proxy_auth -i "/etc/squid/users/allowed_users"

http_access allow <group_name>
eg. http_access allow allowed_users

If you want to deny only one user, you may modify the above rules to exclude 
that user.

Hope that helps.

Regards
Gorav
http://impactservices.in
Job openings - http://impactservices.in/forum/Forum-Jobs
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
  
hi,
   Thanks for your immediate help. I got it to work as per your 
instructions. Once again thanks.

Regards,
Vellingiri S.

Other related posts: