s3:passdb: factor pdb_sid_to_id_unix_users_and_groups() out of pdb_default_sid_to_id()
commitd96aeded6193cb6381540c1073182bfb7f079025
authorMichael Adam <obnox@samba.org>
Mon, 3 Dec 2012 00:34:32 +0000 (3 01:34 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 3 Dec 2012 07:48:30 +0000 (3 08:48 +0100)
treeee62f6e4cd834101bc96031973939e2861a7a371
parentef0ed56eb15f24db5934f174f90f65d3f5c3c526
s3:passdb: factor pdb_sid_to_id_unix_users_and_groups() out of pdb_default_sid_to_id()

The special treatment of the "Unix User" and "Unix Group" pseudo domains
can be reused.

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