]> git.ipfire.org Git - thirdparty/squid.git/blame - helpers/external_acl/unix_group/squid_unix_group.8
Import en_AU from Rosetta Project
[thirdparty/squid.git] / helpers / external_acl / unix_group / squid_unix_group.8
CommitLineData
6328cedc 1.TH squid_unix_group 8 "12 August 2002" "Squid UNIX Group helper"
2.
3.SH NAME
4squid_unix_group - Squid UNIX Group external_acl helper
5.
6.SH SYNOPSIS
42aa79b5 7squid_unix_group [-g groupname] [-g groupname...] [-p] [-s]
6328cedc 8.
9.SH DESCRIPTION
10This helper allows Squid to base access controls on users
11memberships in UNIX groups.
12.
13.TP
14.BI "-g " "groupname "
15Specifies a group name to match.
16.
17.TP
18.BI "-p"
19Also match the users primary group from /etc/passwd
20.
42aa79b5 21.TP
22.BI "-s"
23Strip NT domain name component from user names (/ or \\ separated)
24.
6328cedc 25.SH EXAMPLES
26.
27This squid.conf example defines two Squid acls. usergroup1 matches users in group1, and usergroup2
28matches users in group2 or group3
29.IP
30external_acl_type unix_group %LOGIN /usr/local/squid/libexec/squid_unix_group -p
31.IP
32acl usergroup1 external unix_group group1
33.IP
34acl usergroup2 external unix_group group2 group3
35.
36.SH NOTES
37.
38By default up to 11 groups can be matched in one acl (including commandline specified
39groups). This limit is defined by MAX_GROUPS in the source code.
40.
41.SH AUTHOR
42This manual page was written by
43.I Henrik Nordstrom <hno@squid-cache.org>
44.P
45squid_unix_group is written by
46.I Rodrigo Campos <rodrigo@geekbunker.org>
47.
48.SH KNOWN ISSUES
49Does not understand gid aliased groups sometimes used to work around groups size
50limitations. If you are using gid aliased groups then you must specify each alias
51by name.
52.
53.SH QUESTIONS
54Any questions on usage can be sent to
55.IR "Squid Users <squid-users@squid-cache.org>"
56.
57.SH REPORTING BUGS
58Report bugs or bug-fixes to
59.I Rodrigo Campos <rodrigo@geekbunker.org>
60or
61.I Squid Developers <squid-dev@squid-cache.org>
62.
63.SH "SEE ALSO"
64.BR group ( 5 ), passwd ( 5 )