]> git.ipfire.org Git - thirdparty/squid.git/blob - helpers/external_acl/unix_group/README
Cleanup: zap CVS Id tags
[thirdparty/squid.git] / helpers / external_acl / unix_group / README
1 $Id$
2
3 This is the README file for check_group, an external
4 helper fo the External ACL Scheme for Squid.
5
6 More information about the External ACL scheme may
7 be found at http://devel.squid-cache.org/external_acl/
8
9 This program reads one new line terminated argument in the
10 standard input (the username and groups) and tries to match it against
11 several command-line specified groups.
12
13 The syntax for the program is as follows:
14
15 check_group [-g group1 -g group2 -g group3 ...] [-p]
16
17 You may specify up to 11 different groups, this limit may be
18 increased by changing the MAX_GROUP define in the source code
19 and recompiling the program.
20
21 To compile this program, use:
22
23 gcc -o check_group check_group.c
24
25
26 You may specify the group names in the acl, as follows:
27
28 acl ckgroup external ckgroup_helper %LOGIN group1 group2 group3
29
30
31 You may get the latest release and more information about this
32 program at http://geekbunker.org/rodrigo/check_group.html
33
34
35 --
36 Rodrigo Campos
37 rodrigo@geekbunker.org