Created attachment 7787 [details] Removes the SID filtering behavior This is the same issue as Bug #9052 which was resolved in Samba 3.6 series. Issue, as summarized by Andreas Schneider <asn@samba.org>--- We don't resolve our own "Domain Local" groups since bug #7843 has been fixed. So we need to add the add resource groups to the sid list too. Before bug #7843 the "Domain Local" groups were added with a lookupuseraliases call, but this isn't done anymore for our domain so we need to resolve resource groups here. When to use Resource Groups: http://technet.microsoft.com/en-us/library/cc753670%28v=WS.10%29.aspx
Created attachment 7793 [details] git-am fix for 3.5.next Please check this version (slight addition to your fix to make it compile). If you're happy I'll get additional review and add it to 3.5.next. Thanks ! Jeremy.
Looks great, thanks! Also good to include the comment from the referred patch from 3.6.x
Comment on attachment 7793 [details] git-am fix for 3.5.next Andreas, please review for 3.5.next - thanks ! Jeremy.
Comment on attachment 7793 [details] git-am fix for 3.5.next Looks fine for me.
Re-assigning to Karolin for inclusion in 3.5.next. Thanks ! Jeremy.
Pushed to v3-5-test. Closing out bug report. Thanks!