s3:lib: add utility function sid_check_is_for_passdb()
authorMichael Adam <obnox@samba.org>
Fri, 30 Nov 2012 11:27:00 +0000 (12:27 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 3 Dec 2012 07:48:29 +0000 (08:48 +0100)
commitfecdf48aaf514e6cda5cd0412d7407319a3ff89f
tree29573e74c60eb075e934901add019787a998b242
parente3ee3971403c7dac4e8e3578a60973b97451af68
s3:lib: add utility function sid_check_is_for_passdb()

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>
source3/lib/util_sid_passdb.c [new file with mode: 0644]
source3/lib/util_sid_passdb.h [new file with mode: 0644]