security: make two bitmaps public.
authorGünther Deschner <gd@samba.org>
Tue, 16 Feb 2010 09:46:07 +0000 (10:46 +0100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 19 Feb 2010 11:30:25 +0000 (12:30 +0100)
Guenther
(cherry picked from commit f10a2d773d141f67319e19b45c40101bb9cb6cf4)

librpc/idl/security.idl

index caad08e954440251f1f07813ba9a31ec17da4d6a..b5c7907e7b3fbf50632ed02212a176c2e3b0374e 100644 (file)
@@ -345,14 +345,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,