From c27f14ea064d71c64141bc391de308fd14615dcc Mon Sep 17 00:00:00 2001 From: hno <> Date: Sun, 23 Jun 2002 20:31:09 +0000 Subject: [PATCH] UNIX group membership external acl helper by Rodrigo Campos --- helpers/external_acl/unix_group/README | 33 ++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 helpers/external_acl/unix_group/README diff --git a/helpers/external_acl/unix_group/README b/helpers/external_acl/unix_group/README new file mode 100644 index 0000000000..e70be28d9c --- /dev/null +++ b/helpers/external_acl/unix_group/README @@ -0,0 +1,33 @@ +$Id: README,v 1.1 2002/06/23 14:31:09 hno Exp $ + +This is the README file for check_group, an external +helper fo the External ACL Scheme for Squid. + +More information about the External ACL scheme may +be found at http://devel.squid-cache.org/external_acl/ + +This program reads one new line terminated argument in the +standard input (the username) and tries to match it against +several command-line specified groups. + +The syntax for the program is as follows: + + +check_group -g group1 [-g group2 -g group3 ...] [-p] + +You may specify up to 11 different groups, this limit may be +increased by changing the MAX_GROUP define in the source code +and recompiling the program. + +To compile this program, use: + +gcc -o check_group check_group-1.0.c + + +You may get the latest release and more information about this +program at http://geekbunker.org/rodrigo/check_group.html + + +-- +Rodrigo Campos +rodrigo@geekbunker.org -- 2.47.3