[Ilugc] squid auth

  • From: varun@xxxxxxxxxxxxxxxxxxxxxx (Varun)
  • Date: Sat, 15 May 2004 08:17:19 +0530

hello,
         Right now I am only doing the following to allow or
deny internet access based on IP:

acl abc src 192.168.0.1
http_access allow abc

I want to add say just username also for auth

acl abc src 192.168.0.1
http_access allow abc
http_access allow abc xyz

where xyz is the username
Where should I add acl user names.
I mean in which file ?

Thanks in advance

Varun

Other related posts:

  • » [Ilugc] squid auth - Varun