summaryrefslogtreecommitdiff
path: root/source3/include/gpo.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/gpo.h')
-rw-r--r--source3/include/gpo.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/include/gpo.h b/source3/include/gpo.h
index a13c81b554..431702e300 100644
--- a/source3/include/gpo.h
+++ b/source3/include/gpo.h
@@ -94,3 +94,10 @@ struct GP_EXT {
#define GPO_CACHE_DIR "gpo_cache"
#define GPT_INI "GPT.INI"
+
+struct GPO_SID_TOKEN {
+ DOM_SID object_sid;
+ DOM_SID primary_group_sid;
+ size_t num_token_sids;
+ DOM_SID *token_sids;
+};