1EXT_WBINFO_GROUP_ACL(8)User Contributed Perl DocumentatioEnXT_WBINFO_GROUP_ACL(8)
2
3
4

NAME

6        ext_wbinfo_group_acl - external ACL helper for Squid to verify NT Domain group membership using wbinfo.
7

SYNOPSIS

9        ext_wbinfo_group_acl [-dhK]
10

DESCRIPTION

12       ext_wbinfo_group_acl is an installed executable script.  It uses wbinfo
13       from Samba to lookup group membership of logged in users.
14
15       This helper must be used in with an authentication scheme (typically
16       Basic or NTLM) based on Windows NT/2000 domain users.
17
18       It reads from the standard input the domain username and a list of
19       groups and tries to match each against the groups membership of the
20       specified username.
21

OPTIONS

23       -d          Write debug info to stderr.
24
25       -h          Print the help.
26
27       -K          Downgrade Kerberos credentials to NTLM.
28

CONFIGURATION

30         external_acl_type wbinfo_check %LOGIN /path/to/ext_wbinfo_group_acl
31         acl allowed_group external wbinfo_check Group1 Group2
32         http_access allow allowed_group
33
34       If the local perl interpreter is in a unusual location it may need to
35       be added:
36
37         external_acl_type wbinfo_check %LOGIN /path/to/perl /path/to/ext_wbinfo_group_acl
38

AUTHOR

40       This program was written by Jerry Murdock <jmurdock@itraktech.com>
41
42       This manual was written by Amos Jeffries <amosjeffries@squid-cache.org>
43
45        * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
46        *
47        * Squid software is distributed under GPLv2+ license and includes
48        * contributions from numerous individuals and organizations.
49        * Please see the COPYING and CONTRIBUTORS files for details.
50
51        This program is put in the public domain by Jerry Murdock
52        <jmurdock@itraktech.com>. It is distributed in the hope that it will
53        be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
54        of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
55

QUESTIONS

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

REPORTING BUGS

61       Bug reports need to be made in English.  See
62       http://wiki.squid-cache.org/SquidFaq/BugReporting for details of what
63       you need to include with your bug report.
64
65       Report bugs or bug fixes using http://bugs.squid-cache.org/
66
67       Report serious security bugs to Squid Bugs
68       <squid-bugs@lists.squid-cache.org>
69
70       Report ideas for new improvements to the Squid Developers mailing list
71       <squid-dev@lists.squid-cache.org>
72

SEE ALSO

74       The Squid FAQ wiki http://wiki.squid-cache.org/SquidFaq
75
76       The Squid Configuration Manual http://www.squid-cache.org/Doc/config/
77
78
79
80perl v5.30.1                      2020-01-28           EXT_WBINFO_GROUP_ACL(8)
Impressum