From df41835eea828173f8678b24c2db0ec23045a26d Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Sat, 1 Jun 2013 21:32:19 +0200 Subject: s3:passdb expose pdb_create_builtin function this one first tries to map the principal before allocating a new gid Signed-off-by: Christian Ambach Reviewed-by: Michael Adam --- source3/include/passdb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/passdb.h b/source3/include/passdb.h index 793c7667cc..ae3a968464 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -942,6 +942,7 @@ bool pdb_is_responsible_for_unix_groups(void); /* The following definitions come from passdb/pdb_util.c */ +NTSTATUS pdb_create_builtin(uint32_t rid); NTSTATUS create_builtin_users(const struct dom_sid *sid); NTSTATUS create_builtin_administrators(const struct dom_sid *sid); -- cgit