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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/gpo.h b/source3/include/gpo.h
index c3ae20dd20..a13c81b554 100644
--- a/source3/include/gpo.h
+++ b/source3/include/gpo.h
@@ -49,6 +49,7 @@ struct GROUP_POLICY_OBJECT {
uint32 link_type; /* GPO_LINK_TYPE */
const char *user_extensions;
const char *machine_extensions;
+ SEC_DESC *security_descriptor;
struct GROUP_POLICY_OBJECT *next, *prev;
};