s3:passdb: avoid sid_to_gid() if the sid is "domain users"
authorStefan Metzmacher <metze@samba.org>
Tue, 23 Mar 2010 18:46:07 +0000 (19:46 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 26 Mar 2010 11:43:07 +0000 (12:43 +0100)
commit3673ee1c58887657ae2f1fef284603cf16c8f843
tree39a52fb51469de2828bae3a521b9b61d7a0ac1fd
parent3bff8467f25213dec7510fe2f598a711996dc94b
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
(cherry picked from commit 9fbbaa560ae74f015e404cfa700753c0b5909519)
source3/passdb/pdb_get_set.c