ext_wbinfo_group_acl - external ACL helper for Squid to verify NT Domain group membership using wbinfo.
ext_wbinfo_group_acl [-dhK]
This helper must be used in with an authentication scheme (typically Basic or NTLM) based on Windows NT/2000 domain users.
It reads from the standard input the domain username and a list of groups and tries to match each against the groups membership of the specified username.
external_acl_type wbinfo_check %LOGIN /path/to/ext_wbinfo_group_acl acl allowed_group external wbinfo_check Group1 Group2 http_access allow allowed_group
If the local perl interpreter is in a unusual location it may need to be added:
external_acl_type wbinfo_check %LOGIN /path/to/perl /path/to/ext_wbinfo_group_acl
This manual was written by Amos Jeffries <amosjeffries@squid-cache.org>
* Copyright (C) 1996-2021 The Squid Software Foundation and contributors * * Squid software is distributed under GPLv2+ license and includes * contributions from numerous individuals and organizations. * Please see the COPYING and CONTRIBUTORS files for details. This program is put in the public domain by Jerry Murdock <jmurdock@itraktech.com>. It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Report bugs or bug fixes using http://bugs.squid-cache.org/
Report serious security bugs to Squid Bugs <squid-bugs@lists.squid-cache.org>
Report ideas for new improvements to the Squid Developers mailing list <squid-dev@lists.squid-cache.org>
The Squid Configuration Manual http://www.squid-cache.org/Doc/config/