1squid_unix_group(8) System Manager's Manual squid_unix_group(8)
2
3
4
6 squid_unix_group - Squid UNIX Group external_acl helper
7
9 squid_unix_group [-g groupname] [-g groupname...] [-p] [-s]
10
12 This helper allows Squid to base access controls on users memberships
13 in UNIX groups.
14
15 -g groupname
16 Specifies a group name to match.
17
18 -p Also match the users primary group from /etc/passwd
19
20 -s Strip NT domain name component from user names (/ or \ sepa‐
21 rated)
22
24 This squid.conf example defines two Squid acls. usergroup1 matches
25 users in group1, and usergroup2 matches users in group2 or group3
26
27 external_acl_type unix_group %LOGIN
28 /usr/local/squid/libexec/squid_unix_group -p
29
30 acl usergroup1 external unix_group group1
31
32 acl usergroup2 external unix_group group2 group3
33
35 By default up to 11 groups can be matched in one acl (including comman‐
36 dline specified groups). This limit is defined by MAX_GROUPS in the
37 source code.
38
40 This manual page was written by Henrik Nordstrom <hno@squid-cache.org>
41
42 squid_unix_group is written by Rodrigo Campos <rodrigo@geekbunker.org>
43
45 Does not understand gid aliased groups sometimes used to work around
46 groups size limitations. If you are using gid aliased groups then you
47 must specify each alias by name.
48
50 Any questions on usage can be sent to Squid Users <squid-users@squid-
51 cache.org>
52
54 Report bugs or bug-fixes to Rodrigo Campos <rodrigo@geekbunker.org> or
55 Squid Developers <squid-dev@squid-cache.org>
56
58 group(5),passwd(5)
59
60
61
62Squid UNIX Group helper 12 August 2002 squid_unix_group(8)