s3:passdb: avoid sid_to_gid() if the sid is "domain users"
authorStefan Metzmacher <metze@samba.org>
Thu, 25 Mar 2010 19:59:49 +0000 (20:59 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 25 Mar 2010 20:25:27 +0000 (21:25 +0100)
commit9fbbaa560ae74f015e404cfa700753c0b5909519
tree756c28469adea091d11ca4ac0172753599d7522d
parentef1c3176c80a5d8533d590aacd0b5035ba589b17
s3:passdb: avoid sid_to_gid() if the sid is "domain users"

If the call fails we would use the "domain users" sid anyway.

metze
source3/passdb/pdb_get_set.c