logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       This program was written by Jerry Murdock <jmurdock@itraktech.com>

       This manual was written by Amos Jeffries <amosjeffries@squid-cache.org>

Configuration

         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

Description

ext_wbinfo_group_acl is an installed executable script.  It uses wbinfo from Samba to lookup group
       membership of logged in users.

       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.

Name

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

Options

-d          Write debug info to stderr.

       -h          Print the help.

       -K          Downgrade Kerberos credentials to NTLM.

Questions

       Questions   on   the   usage   of   this   program   can   be  sent  to  the  SquidUsersmailinglist<squid-users@lists.squid-cache.org>

Reporting Bugs

       Bug reports need to be  made  in  English.   See  https://wiki.squid-cache.org/SquidFaq/BugReporting  for
       details of what you need to include with your bug report.

       Report bugs or bug fixes using https://bugs.squid-cache.org/

       Report serious security bugs to SquidBugs<squid-bugs@lists.squid-cache.org>

       Report ideas for new improvements to the SquidDevelopersmailinglist<squid-dev@lists.squid-cache.org>

See Also

       The Squid FAQ wiki https://wiki.squid-cache.org/SquidFaq

       The Squid Configuration Manual http://www.squid-cache.org/Doc/config/

perl v5.40.1                                       2025-05-20                            EXT_WBINFO_GROUP_ACL(8)

Synopsis

        ext_wbinfo_group_acl [-dhK]

See Also