Don't discard result of checking grouptype
authorRoel van Meer <roel@1afa.com>
Fri, 22 Aug 2014 13:11:04 +0000 (15:11 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 1 Sep 2014 19:34:12 +0000 (21:34 +0200)
commit708986f68b497ad8aa2bf2c84337a1d4c75a1e2d
tree557cf60cefdb0b2d5e58669d3f525a3b54e44b2b
parent7a588447a88acf03e749284a8f99b6053efc537f
Don't discard result of checking grouptype

The pdb_samba_dsdb_getgrfilter() function first determines the security type
of a group and sets map->sid_name_use accordingly. A little later, this
variable is set again, undoing the previous work.

https://bugzilla.samba.org/show_bug.cgi?id=10777

Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Simo Sorce <idra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Sat Aug 23 02:48:52 CEST 2014 on sn-devel-104
source3/passdb/pdb_samba_dsdb.c