diff options
author | Günther Deschner <gd@samba.org> | 2010-02-16 10:46:07 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-02-18 15:47:58 +0100 |
commit | f10a2d773d141f67319e19b45c40101bb9cb6cf4 (patch) | |
tree | 7871b8148865dfd741256d4b3c36d9ef5be2264f /librpc/idl/security.idl | |
parent | 8c4ff98ea11ff06e20bea73596e9643d8194a890 (diff) | |
download | samba-f10a2d773d141f67319e19b45c40101bb9cb6cf4.tar.gz samba-f10a2d773d141f67319e19b45c40101bb9cb6cf4.tar.bz2 samba-f10a2d773d141f67319e19b45c40101bb9cb6cf4.zip |
security: make two bitmaps public.
Guenther
Diffstat (limited to 'librpc/idl/security.idl')
-rw-r--r-- | librpc/idl/security.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/librpc/idl/security.idl b/librpc/idl/security.idl index 3e0ae4723e..186c2bcb6a 100644 --- a/librpc/idl/security.idl +++ b/librpc/idl/security.idl @@ -403,14 +403,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, |