summaryrefslogtreecommitdiff
path: root/source3/passdb/machine_sid.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/passdb/machine_sid.h')
-rw-r--r--source3/passdb/machine_sid.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/passdb/machine_sid.h b/source3/passdb/machine_sid.h
new file mode 100644
index 0000000000..2da281ac34
--- /dev/null
+++ b/source3/passdb/machine_sid.h
@@ -0,0 +1,7 @@
+
+/* The following definitions come from passdb/machine_sid.c */
+
+struct dom_sid *get_global_sam_sid(void);
+void reset_global_sam_sid(void) ;
+bool sid_check_is_domain(const struct dom_sid *sid);
+bool sid_check_is_in_our_domain(const struct dom_sid *sid);