From 5be4fe1737c80a665895898341514c5f62c2bffa Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 31 Aug 2004 08:43:28 +0000 Subject: r2127: more lsa IDL updates from Richard Renard (This used to be commit 5be1b54d15e65008f0dc06a005fb205180817a6d) --- source4/librpc/idl/lsa.idl | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index 3afad691cd..88e5f01c60 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -453,12 +453,32 @@ ); + /*******************/ /* Function: 0x21 */ - NTSTATUS lsa_LookupPrivDisplayName(); + /* in [out] there is a uin16 field + which is not always present. + its value varies */ + NTSTATUS lsa_LookupPrivDisplayName ( + [in,ref] policy_handle *handle, + [in,ref] lsa_Name *name, + [in] uint16 unknown, /* 0x0409 */ + [in] uint16 unknown2, /* 0x0409 */ + [out] lsa_Name *disp_name, + [out] uint16 unknown3 /* 0x0409 */ + /* [out] uint16 unknown4 */ /* not always present */ + ); + /* Function: 0x22 */ NTSTATUS lsa_DeleteObject(); - /* Function: 0x23 */ - NTSTATUS lsa_EnumAccountsWithUserRight(); + + + /*******************/ + /* Function: 0x23 */ + NTSTATUS lsa_EnumAccountsWithUserRight ( + [in,ref] policy_handle *handle, + [in] lsa_Name *name, + [out,ref] lsa_SidArray *sids + ); /* Function: 0x24 */ typedef struct { -- cgit