summaryrefslogtreecommitdiff
path: root/source3/lib/util_sid_passdb.h
AgeCommit message (Collapse)AuthorFilesLines
2012-12-03s3:passdb: add sid_check_object_is_for_passdb()Michael Adam1-0/+6
Variant of sid_check_is_for_passdb() that only checks for objects in the various domains, not for the domain sids themselves. Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
2012-12-03s3:lib: add utility function sid_check_is_for_passdb()Michael Adam1-0/+30
This function checks whether the given sid should be treated by passdb (e.g. for id mapping). Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>