summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-02-16 10:46:07 +0100
committerKarolin Seeger <kseeger@samba.org>2010-02-19 14:32:32 +0100
commitc73bca1d533683289321f109f89b3a58a5564a0e (patch)
treedf48cf232ad730e56a1431cf62ff58eb9893a4e8
parent865a91077eda83c7a09cd5f66317a90311c21086 (diff)
downloadsamba-c73bca1d533683289321f109f89b3a58a5564a0e.tar.gz
samba-c73bca1d533683289321f109f89b3a58a5564a0e.tar.xz
samba-c73bca1d533683289321f109f89b3a58a5564a0e.zip
security: make two bitmaps public.
Guenther (cherry picked from commit f10a2d773d141f67319e19b45c40101bb9cb6cf4) (cherry picked from commit 1623a11fbde6f00fa3d05c8d088f48e206ad63ee)
-rw-r--r--librpc/idl/security.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl
index c24dc64bd79..44a17121180 100644
--- a/librpc/idl/security.idl
+++ b/librpc/idl/security.idl
@@ -392,14 +392,14 @@ interface security
} security_acl;
/* default revision for new ACLs */
- typedef [enum8bit] enum {
+ typedef [public,enum8bit] enum {
SECURITY_DESCRIPTOR_REVISION_1 = 1
} security_descriptor_revision;
const int SD_REVISION = SECURITY_DESCRIPTOR_REVISION_1;
/* security_descriptor->type bits */
- typedef [bitmap16bit] bitmap {
+ typedef [public,bitmap16bit] bitmap {
SEC_DESC_OWNER_DEFAULTED = 0x0001,
SEC_DESC_GROUP_DEFAULTED = 0x0002,
SEC_DESC_DACL_PRESENT = 0x0004,