squid_unix_group(8) - Linux man page
Name
squid_unix_group - Squid UNIX Group external_acl helperSynopsis
squid_unix_group [-g groupname] [-g groupname...] [-p] [-s]Description
This helper allows Squid to base access controls on users memberships in UNIX groups.- -g groupname
- Specifies a group name to match.
- -p
- Also match the users primary group from /etc/passwd
- -s
- Strip NT domain name component from user names (/ or \ separated)
Examples
- external_acl_type unix_group %LOGIN /usr/local/squid/libexec/squid_unix_group -p
- acl usergroup1 external unix_group group1
- acl usergroup2 external unix_group group2 group3
- acl usergroup1 external unix_group group1
Notes
By default up to 11 groups can be matched in one acl (including commandline specified groups). This limit is defined by MAX_GROUPS in the source code.Author
This manual page was written by Henrik Nordstrom <hno@squid-cache.org>squid_unix_group is written by Rodrigo Campos <rodrigo@geekbunker.org>