I have enable authenticate_program on my proxy server. I am trying to limit
a user to going to just one site and any other would be denied.
I have tried the line
acl onesite use abc
when I reconfigure squid it says that
aclParseAccessLine: Invalid ACL type user
----------------------------------------------------------------------------
-------------------------
as an alternative I have tried
acl onesite ident user abc
acl allowedsite dstdomain thesite.com
http_access deny onesite !allowedsite
It
the rule is ignored like it doesn't recognize the user
Anyone have a solution on how to make this work?
Thank You
Received on Fri Oct 29 1999 - 07:57:41 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:49:07 MST