[squid-users] What am I doing wrong (ACL help request)?

From: Carinus Carelse <carinus.carelse@dont-contact.us>
Date: Wed, 17 Aug 2005 07:15:13 +0200

I have defined this acl's in my squid.conf file. What i would like to
access the user id temp from only one computer. If someone tries to
authenticate using that user id from another pc it must be denied.

What am I doing wrong?

auth_param basic program /usr/local/squid/bin/auth/squid_auth_ldap -f
/usr/local/squid/bin/auth/squid_auth_ldap.conf
auth_param basic children 5
acl USERS proxy_auth REQUIRED
acl dlid proxy_auth temp
acl comp src ipnum/netmask
http_access allow comp dlid
http_access allow USERS
http_access deny all

Carinus
Received on Tue Aug 16 2005 - 23:16:35 MDT

This archive was generated by hypermail pre-2.1.9 : Thu Sep 01 2005 - 12:00:02 MDT