1ext_unix_group_acl(8)       System Manager's Manual      ext_unix_group_acl(8)
2
3
4

NAME

6       ext_unix_group_acl - Squid UNIX Group ACL helper
7

SYNOPSIS

9       ext_unix_group_acl [-d] [-g group ] [-g group  ...] [-p] [-s]
10

DESCRIPTION

12       ext_unix_group_acl  allows  Squid to base access controls on users mem‐
13       berships in UNIX groups.
14

OPTIONS

16       -d     Write debug info to stderr.  -g group Specifies a group name  to
17              match.
18
19       -p     Also match the users primary group from /etc/passwd
20
21       -s     Strip  NT  domain  name  component from user names (/ or \ sepa‐
22              rated)
23

CONFIGURATION

25       This squid.conf example defines two  Squid  acls.   usergroup1  matches
26       users in group1 , and usergroup2 matches users in group2 or group3
27              external_acl_type                unix_group               %LOGIN
28              /usr/local/squid/libexec/ext_unix_group_acl -p
29              acl usergroup1 external unix_group group1
30              acl usergroup2 external unix_group group2 group3
31
32       By default up to 11 groups can be matched in one acl (including comman‐
33       dline  specified  groups).  This  limit is defined by MAX_GROUPS in the
34       source code.
35

KNOWN ISSUES

37       Does not understand GID aliased groups sometimes used  to  work  around
38       groups  size  limitations. If you are using GID aliased groups then you
39       must specify each alias by name.
40

AUTHOR

42       This program was written by Rodrigo Campos <rodrigo@geekbunker.org>
43
44       This manual was written by Henrik Nordstrom <hno@squid-cache.org>
45
47        * Copyright (C) 1996-2020 The Squid Software Foundation and  contribu‐
48       tors
49        *
50        * Squid software is distributed under GPLv2+ license and includes
51        * contributions from numerous individuals and organizations.
52        * Please see the COPYING and CONTRIBUTORS files for details.
53
54       This program and documentation is copyright to the authors named above.
55
56       Distributed under the GNU General Public License (GNU GPL) version 2 or
57       later (GPLv2+).
58

QUESTIONS

60       Questions on the usage of this program can be sent to the  Squid  Users
61       mailing list <squid-users@lists.squid-cache.org>
62

REPORTING BUGS

64       Bug  reports  need  to  be  made  in  English.   See http://wiki.squid-
65       cache.org/SquidFaq/BugReporting for details of what you need to include
66       with your bug report.
67
68       Report bugs or bug fixes using http://bugs.squid-cache.org/
69
70       Report  serious  security  bugs  to Squid Bugs <squid-bugs@lists.squid-
71       cache.org>
72
73       Report ideas for new improvements to the Squid Developers mailing  list
74       <squid-dev@lists.squid-cache.org>
75
76       Additionally  bugs  or  bug-fixes  can  be  reported  to Rodrigo Campos
77       <rodrigo@geekbunker.org>
78

SEE ALSO

80       squid(8), group(5), passwd(5), GPL(7),
81       The Squid FAQ wiki http://wiki.squid-cache.org/SquidFaq
82       The Squid Configuration Manual http://www.squid-cache.org/Doc/config/
83
84
85
86                                12 August 2002           ext_unix_group_acl(8)
Impressum