]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4: merge from s3 lsa idl.
authorGünther Deschner <gd@samba.org>
Wed, 15 Oct 2008 17:33:37 +0000 (19:33 +0200)
committerGünther Deschner <gd@samba.org>
Wed, 15 Oct 2008 17:45:28 +0000 (19:45 +0200)
Guenther

source4/librpc/idl/lsa.idl

index 364459e3be8938d69e6d7fe4802b6494e3f389f8..e22bbae030c07e707cb0555a0ec76e644139cd78 100644 (file)
@@ -790,7 +790,7 @@ import "misc.idl", "security.idl";
        } lsa_RightAttribute;
        
        typedef struct {
-               uint32 count;
+               [range(0,256)] uint32 count;
                [size_is(count)] lsa_StringLarge *names;
        } lsa_RightSet;
        
@@ -850,7 +850,7 @@ import "misc.idl", "security.idl";
        [public] NTSTATUS lsa_OpenPolicy2 (
                [in,unique]      [string,charset(UTF16)] uint16 *system_name,
                [in]  lsa_ObjectAttribute *attr,
-               [in]      uint32 access_mask,
+               [in]  lsa_PolicyAccessMask access_mask,
                [out] policy_handle *handle
                );