diff options
author | Günther Deschner <gd@samba.org> | 2008-02-27 15:47:26 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-27 15:50:31 +0100 |
commit | 8f7fe454c4669d791e4a3854fe5c0399431473a3 (patch) | |
tree | 45061b25b4d2aee8879874e6afa3ff359e861236 /source3/librpc/idl | |
parent | c5e4455e074bb4be65dbaf8fdb3f1c8bfe93f900 (diff) | |
download | samba-8f7fe454c4669d791e4a3854fe5c0399431473a3.tar.gz samba-8f7fe454c4669d791e4a3854fe5c0399431473a3.tar.bz2 samba-8f7fe454c4669d791e4a3854fe5c0399431473a3.zip |
Use lsa_PolicyAccessMask in lsa_OpenPolicy/2.
Guenther
(This used to be commit 2b28ca34a1aad151ad712e5ecbb2a77c66d2b671)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/lsa.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl index 6b38c5f74d..228634ea1f 100644 --- a/source3/librpc/idl/lsa.idl +++ b/source3/librpc/idl/lsa.idl @@ -137,7 +137,7 @@ import "security.idl"; [public] NTSTATUS lsa_OpenPolicy ( [in,unique] uint16 *system_name, [in] lsa_ObjectAttribute *attr, - [in] uint32 access_mask, + [in] lsa_PolicyAccessMask access_mask, [out] policy_handle *handle ); @@ -752,7 +752,7 @@ import "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 ); |