From 95bc08e9545850ba57cdcf79bf9f62872b2946c0 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 11 May 2007 12:41:11 +0000 Subject: r22796: Add security descriptor to GROUP_POLICY_OBJECT structure (in preparation of adding GPO security filtering for libgpo). Guenther (This used to be commit b376a39fbf42a6a541fd311418c4a980b9fd4b9e) --- source3/include/gpo.h | 1 + source3/include/includes.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include') 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; }; diff --git a/source3/include/includes.h b/source3/include/includes.h index 5acd7abc36..1fa3aae8f7 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -643,7 +643,6 @@ typedef int BOOL; #include "nt_status.h" #include "ads.h" -#include "gpo.h" #include "ads_dns.h" #include "interfaces.h" #include "trans2.h" @@ -668,6 +667,7 @@ typedef int BOOL; #include "mapping.h" #include "passdb.h" #include "rpc_secdes.h" +#include "gpo.h" #include "authdata.h" #include "msdfs.h" #include "rap.h" -- cgit