]> git.ipfire.org Git - thirdparty/squid.git/commit
Author: Guido Serassio <serassio@squid-cache.org>
authorAmos Jeffries <amosjeffries@squid-cache.org>
Mon, 19 May 2008 11:24:47 +0000 (05:24 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Mon, 19 May 2008 11:24:47 +0000 (05:24 -0600)
commitb4c903fb4c28635dc867ccfe8ba1a0f8313739d1
tree7376a66d150f4888b8ea3951486938f73d0881ab
parentfd0057772a09b177ad8d1930c983bf3b3dea26ec
Author: Guido Serassio <serassio@squid-cache.org>
Windows port: Added new mswin_check_ad_group external ACL helper

This helper allow the lookup of users's group membership in a Windows
Active Directory domain.
It overcomes the Lan Manager limits of mswin_check_lm_group, but it can be
used only with native Windows Active Directory domains, so mswin_check_lm_group
will not removed from Squid.
configure.in [changed mode: 0644->0755]
helpers/external_acl/Makefile.am [changed mode: 0644->0755]
helpers/external_acl/mswin_ad_group/Makefile.am [new file with mode: 0644]
helpers/external_acl/mswin_ad_group/config.test [new file with mode: 0755]
helpers/external_acl/mswin_ad_group/mswin_check_ad_group.c [new file with mode: 0644]
helpers/external_acl/mswin_ad_group/mswin_check_ad_group.h [new file with mode: 0644]
helpers/external_acl/mswin_ad_group/readme.txt [new file with mode: 0644]