diff options
author | Günther Deschner <gd@samba.org> | 2008-10-15 19:33:37 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-10-15 19:45:28 +0200 |
commit | e561c9acd5f1c91f0732f36d528d7123e75742ba (patch) | |
tree | bc64f44dfd5c5f90ab1282fc383f69d39cd930d8 | |
parent | df7a89adb7729ff24105f25c377e584768215c90 (diff) | |
download | samba-e561c9acd5f1c91f0732f36d528d7123e75742ba.tar.gz samba-e561c9acd5f1c91f0732f36d528d7123e75742ba.tar.xz samba-e561c9acd5f1c91f0732f36d528d7123e75742ba.zip |
s4: merge from s3 lsa idl.
Guenther
-rw-r--r-- | source4/librpc/idl/lsa.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 364459e3be..e22bbae030 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -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 ); |