]> git.ipfire.org Git - thirdparty/squid.git/commit - helpers/external_acl/AD_group/ext_ad_group_acl.cc
Windows port: Added new mswin_check_ad_group external ACL helper
authorGuido Serassio <serassio@squid-cache.org>
Sat, 17 May 2008 11:27:47 +0000 (13:27 +0200)
committerGuido Serassio <serassio@squid-cache.org>
Sat, 17 May 2008 11:27:47 +0000 (13:27 +0200)
commit9e6e0372016a2d16124516049b5b9cd0ae9c52f8
tree7202ad505833d66e267dc88332deedb54ebbb5dc
parentb2b0356844de34ad37c970edde2bb79d3c0953b0
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/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]