s3:passdb add pdb_*_is_responsible_for* functions
authorChristian Ambach <ambi@samba.org>
Mon, 27 May 2013 10:24:22 +0000 (12:24 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 21 Jun 2013 08:44:19 +0000 (10:44 +0200)
commit0ad38d777f442b5da10c39c9c5695c4d857d7141
tree22e761a5661b321999b1d7b375856e94a681c8c1
parent9eb67f259f91e31dfb6a7abf2b42ec8a4ce9f837
s3:passdb add pdb_*_is_responsible_for* functions

allows PDB modules to specify for which special domains they
are responsible when it comes to SID->xid conversion

By default, passdb modules will be responsible for local BUILTIN,
local SAM and Unix Users/Groups

Pair-Programmed-With: Michael Adam <obnox@samba.org>

Signed-off-by: Christian Ambach <ambi@samba.org>
Signed-off-by: Michael Adam <obnox@samba.org>
source3/include/passdb.h
source3/passdb/ABI/pdb-0.sigs
source3/passdb/pdb_interface.c