summaryrefslogtreecommitdiff
path: root/source3/include/passdb.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2018-03-06 22:47:42 +0100
committerAndreas Schneider <asn@cryptomilk.org>2018-03-19 20:30:49 +0100
commitc5874b9b68e0795e9dc23b04efa5959ac03ec8dc (patch)
tree106697d620089cdcbeedbe8fe7c004d28be0f303 /source3/include/passdb.h
parentc2480b96b5f1cd22c2bc3b26c5846312295566f1 (diff)
downloadsamba-c5874b9b68e0795e9dc23b04efa5959ac03ec8dc.tar.gz
s3:passdb: add create_builtin_guests()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/include/passdb.h')
-rw-r--r--source3/include/passdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h
index 7579cdcb0d7..950c439e7a1 100644
--- a/source3/include/passdb.h
+++ b/source3/include/passdb.h
@@ -971,6 +971,7 @@ bool pdb_is_responsible_for_everything_else(void);
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);
+NTSTATUS create_builtin_guests(const struct dom_sid *dom_sid);
#include "passdb/machine_sid.h"
#include "passdb/lookup_sid.h"