diff options
author | Günther Deschner <gd@samba.org> | 2007-05-11 12:41:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:21:57 -0500 |
commit | b376a39fbf42a6a541fd311418c4a980b9fd4b9e (patch) | |
tree | 30b0f2374e283b5d0eed6bb2fc2f93f6cfecedd7 /source/include/gpo.h | |
parent | 5b4a4df26f32fe1947a0c4fb741a4cb89e308f92 (diff) | |
download | samba-b376a39fbf42a6a541fd311418c4a980b9fd4b9e.tar.gz samba-b376a39fbf42a6a541fd311418c4a980b9fd4b9e.tar.xz samba-b376a39fbf42a6a541fd311418c4a980b9fd4b9e.zip |
r22796: Add security descriptor to GROUP_POLICY_OBJECT structure (in preparation of
adding GPO security filtering for libgpo).
Guenther
Diffstat (limited to 'source/include/gpo.h')
-rw-r--r-- | source/include/gpo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/gpo.h b/source/include/gpo.h index c3ae20dd20b..a13c81b554d 100644 --- a/source/include/gpo.h +++ b/source/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; }; |