summaryrefslogtreecommitdiff
path: root/source3/lib/util_sid_passdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/util_sid_passdb.h')
-rw-r--r--source3/lib/util_sid_passdb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/lib/util_sid_passdb.h b/source3/lib/util_sid_passdb.h
index bd62e9e497..381d63cff0 100644
--- a/source3/lib/util_sid_passdb.h
+++ b/source3/lib/util_sid_passdb.h
@@ -22,6 +22,12 @@
#define __LIB_UTIL_SID_PASSDB_H__
/**
+ * check whether this is an object-sid that should
+ * be treated by the passdb, e.g. for id-mapping.
+ */
+bool sid_check_object_is_for_passdb(const struct dom_sid *sid);
+
+/**
* check whether this is an object- or domain-sid that should
* be treated by the passdb, e.g. for id-mapping.
*/