s3-winbind: Fix bug #9052 resolving our own "Domain Local" groups.
authorAndreas Schneider <asn@samba.org>
Sat, 21 Jul 2012 00:12:09 +0000 (17:12 -0700)
committerJeremy Allison <jra@samba.org>
Mon, 23 Jul 2012 20:12:29 +0000 (22:12 +0200)
commita256d61c505ab10710c7d7152bab4f018cfdcd74
tree29fddce4055dfb95395f1226a8727e0811e80f8a
parent111c2159de6e417e7912dc8b26f6d3a2ce20de20
s3-winbind: Fix bug #9052 resolving our own "Domain Local" groups.

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

Signed-off-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Mon Jul 23 22:12:30 CEST 2012 on sn-devel-104
source3/include/proto.h
source3/lib/util_sid.c
source3/winbindd/winbindd_pam.c
source3/winbindd/winbindd_util.c