s3:passdb: don't bail out in pdb_default_sid_to_id() if sid is not in our sam
authorMichael Adam <obnox@samba.org>
Thu, 22 Nov 2012 22:12:19 +0000 (23:12 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 3 Dec 2012 07:48:30 +0000 (08:48 +0100)
commitef0ed56eb15f24db5934f174f90f65d3f5c3c526
treedc45fd882323417ed23ddb3342380fc53c091f1a
parent2d3f7e31411cc63d5c83337f7280fcd6d2330282
s3:passdb: don't bail out in pdb_default_sid_to_id() if sid is not in our sam

This code treats the own sam, builtin, wellknown, and sids from the
"Unix User" and "Unix Group" pseudo-domains.

This reverts part of commit 02e25b2a43ae02205a3412f862a1482d24b70aa4.

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/passdb/pdb_interface.c