1EXT_WBINFO_GROUP_ACL.PLU.sIeNr(1C)ontributed Perl DocumeEnXtTa_tWiBoInNFO_GROUP_ACL.PL.IN(1)
2
3
4
6 ext_wbinfo_group_acl - external ACL helper for Squid to verify NT
7 Domain group membership using wbinfo.
8
10 ext_wbinfo_group_acl [-dh]
11
13 ext_wbinfo_group_acl is an installed executable script. It uses wbinfo
14 from Samba to lookup group membership of logged in users.
15
16 This helper must be used in with an authentication scheme (typically
17 Basic or NTLM) based on Windows NT/2000 domain users.
18
19 It reads from the standard input the domain username and a list of
20 groups and tries to match each against the groups membership of the
21 specified username.
22
24 -d Write debug info to stderr.
25 -h Print the help.
26 -K downgrade Kerberos credentials to NTLM.
27
29 external_acl_type wbinfo_check %LOGIN /path/to/ext_wbinfo_group_acl
30 acl allowed_group external wbinfo_check Group1 Group2
31 http_access allow allowed_group
32
33 If the local perl interpreter is in a unusual location it may need to
34 be added:
35
36 external_acl_type wbinfo_check %LOGIN /path/to/perl /path/to/ext_wbinfo_group_acl
37
39 This program was written by Jerry Murdock <jmurdock@itraktech.com>
40
41 This manual was written by Amos Jeffries <amosjeffries@squid-cache.org>
42
44 This program is put in the public domain by Jerry Murdock
45 <jmurdock@itraktech.com>. It is distributed in the hope that it will be
46 useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
47 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
48
50 Questions on the usage of this program can be sent to the Squid Users
51 mailing list <squid-users@squid-cache.org>
52
54 Bug reports need to be made in English. See
55 http://wiki.squid-cache.org/SquidFaq/BugReporting for details of what
56 you need to include with your bug report.
57
58 Report bugs or bug fixes using http://bugs.squid-cache.org/
59
60 Report serious security bugs to Squid Bugs <squid-bugs@squid-cache.org>
61
62 Report ideas for new improvements to the Squid Developers mailing list
63 <squid-dev@squid-cache.org>
64
66 The Squid FAQ wiki http://wiki.squid-cache.org/SquidFaq
67
68 The Squid Configuration Manual http://www.squid-cache.org/Doc/config/
69
70
71
72perl v5.20.2 2015-08-01 EXT_WBINFO_GROUP_ACL.PL.IN(1)