From 485f930088b524d704bed668d4ef118ca2f31bbe Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 4 Nov 2003 09:48:33 +0000 Subject: lsa_OpenPolicy2 now works (This used to be commit 9cf479873f3501776091c9d01551adadcf525794) --- source4/libcli/ndr/ndr_lsa.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'source4/libcli/ndr/ndr_lsa.h') diff --git a/source4/libcli/ndr/ndr_lsa.h b/source4/libcli/ndr/ndr_lsa.h index 4a0aff8323..cfdd98e24e 100644 --- a/source4/libcli/ndr/ndr_lsa.h +++ b/source4/libcli/ndr/ndr_lsa.h @@ -45,3 +45,15 @@ struct lsa_OpenPolicy { NTSTATUS status; } out; }; + +struct lsa_OpenPolicy2 { + struct { + const char *system_name; + struct lsa_ObjectAttribute *attr; + uint32 desired_access; + } in; + struct { + struct policy_handle handle; + NTSTATUS status; + } out; +}; -- cgit