s3: Fix bug 8455 -- Samba PDC is looking up only primary user group
authorVolker Lendecke <vl@samba.org>
Fri, 16 Sep 2011 13:45:47 +0000 (15:45 +0200)
committerVolker Lendecke <vlendec@samba.org>
Fri, 16 Sep 2011 22:51:27 +0000 (00:51 +0200)
commit3dcec44f3edbc9c4f1946ead3480f6d01cd53e7a
tree2f64453e2af8f074ab2d9f71314f41a470aa6f37
parent62d4a317f9786d2f3761c566ea9d5b004024d542
s3: Fix bug 8455 -- Samba PDC is looking up only primary user group

group_sids_to_info3 does a sid_peek_check_rid on the domain sid before adding
the rids to the array. If the domain sid is 0x0, then the check will always
fail.

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sat Sep 17 00:51:27 CEST 2011 on sn-devel-104
source3/auth/server_info.c