1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Use lsa_PolicyAccessMask in lsa_OpenPolicy/2.

Guenther
(This used to be commit 2b28ca34a1)
This commit is contained in:
Günther Deschner 2008-02-27 15:47:26 +01:00
parent c5e4455e07
commit 8f7fe454c4

View File

@ -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
);