On Tue, 28 Sep 2004, Costas Zacharopoulos wrote:
How can i configure ip_user_check in my squid.conf? what acl statements do I need?
See the ip_user README
helpers/external_acl/ip_user/README
How can I test ip_user_check from the command line?
All external_acl helpers works in the same manner. They accept input according to hte format specification as input and will print out OK/ERR in response.
% /path/to/ip_user_check -f /path/to/config.file [I type] 192.168.1.53 henrik [result] OK [I type] 192.168.1.52 henrik [result] ERR
Regards Henrik
