From e3581c28bbc43c0c74f8f0622a464856ad243fb0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 9 Nov 2003 09:04:28 +0000 Subject: added a test for lsa_Close() (This used to be commit dbadbbf1a7de011305c7f9d5d8d92467cb6e1c61) --- source4/librpc/idl/lsa.idl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source4/librpc/idl/lsa.idl') diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index f71a4e4c8c..8a1b4d546f 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -13,6 +13,7 @@ [in,ref] policy_handle *handle ); + /******************/ /* Function: 0x01 */ NTSTATUS lsa_Delete (); @@ -51,7 +52,9 @@ security_descriptor *sec_desc; lsa_QosInfo *sec_qos; } lsa_ObjectAttribute; - + + /* notice the screwup with the system_name - thats why MS created + OpenPolicy2 */ NTSTATUS lsa_OpenPolicy ( [in] uint16 *system_name, [in,ref] lsa_ObjectAttribute *attr, @@ -60,6 +63,7 @@ ); + /******************/ /* Function: 0x07 */ NTSTATUS lsa_QueryInfoPolicy (); -- cgit