diff options
author | Christian Ambach <ambi@samba.org> | 2013-06-01 21:32:19 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-06-21 10:44:23 +0200 |
commit | df41835eea828173f8678b24c2db0ec23045a26d (patch) | |
tree | 92dbe5315cba8cee935fb1ef8dec113be84518f5 /source3/include | |
parent | 6a048b424a2ecf38614aa6912f0d8c8a26c87ad5 (diff) | |
download | samba-df41835eea828173f8678b24c2db0ec23045a26d.tar.gz samba-df41835eea828173f8678b24c2db0ec23045a26d.tar.bz2 samba-df41835eea828173f8678b24c2db0ec23045a26d.zip |
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 <ambi@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/passdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |