~clint-fewbar/ubuntu/precise/squid3/ignore-sighup-early

« back to all changes in this revision

Viewing changes to helpers/external_acl/unix_group/README

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano
  • Date: 2006-11-11 10:32:06 UTC
  • Revision ID: james.westby@ubuntu.com-20061111103206-f3p0r9g0vq44rp3r
Tags: upstream-3.0.PRE5
ImportĀ upstreamĀ versionĀ 3.0.PRE5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
$Id: README,v 1.3 2003/01/23 00:36:13 robertc Exp $
 
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