security: make two bitmaps public.
authorGünther Deschner <gd@samba.org>
Tue, 16 Feb 2010 09:46:07 +0000 (10:46 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 18 Feb 2010 14:47:58 +0000 (15:47 +0100)
Guenther

librpc/idl/security.idl

index 3e0ae4723eb757a922ce94605bf7a88dbd81b9b5..186c2bcb6aa29afb4e79bd43f050ac568f15237e 100644 (file)
@@ -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,