From 657dc577b614f388b55bd52a16e8e014c72bf2db Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 10 Nov 2003 12:42:45 +0000 Subject: added idl and test code for lsa_LookupPrivName() (This used to be commit c742227ec31cbf9b0093b5259095c9812b341d8d) --- source4/librpc/idl/lsa.idl | 12 +++++++++++- 1 file changed, 11 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 fc8fddd85d..d2410e770d 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -278,10 +278,20 @@ NTSTATUS SETSECRET (); /* Function: 0x1e */ NTSTATUS QUERYSECRET (); + /* Function: 0x1f */ NTSTATUS LOOKUPPRIVVALUE (); + + /* Function: 0x20 */ - NTSTATUS LOOKUPPRIVNAME (); + NTSTATUS lsa_LookupPrivName ( + [in,ref] policy_handle *handle, + [in] uint32 luid_high, + [in] uint32 luid_low, + [out] lsa_Name *name + ); + + /* Function: 0x21 */ NTSTATUS PRIV_GET_DISPNAME (); /* Function: 0x22 */ -- cgit