summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-15 19:33:37 +0200
committerGünther Deschner <gd@samba.org>2008-10-15 19:45:28 +0200
commite561c9acd5f1c91f0732f36d528d7123e75742ba (patch)
treebc64f44dfd5c5f90ab1282fc383f69d39cd930d8
parentdf7a89adb7729ff24105f25c377e584768215c90 (diff)
downloadsamba-e561c9acd5f1c91f0732f36d528d7123e75742ba.tar.gz
samba-e561c9acd5f1c91f0732f36d528d7123e75742ba.tar.bz2
samba-e561c9acd5f1c91f0732f36d528d7123e75742ba.zip
s4: merge from s3 lsa idl.
Guenther
-rw-r--r--source4/librpc/idl/lsa.idl4
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
);