From 5546c09d8b94920f9fc67afb475190f43fbb3edb Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 24 Jan 2008 23:35:02 +0100 Subject: Add IDL for netr_LogonGetTrustRid. Guenther (This used to be commit 6f38c2f06080943bb64ce24115ec2164b6c21b95) --- source3/librpc/idl/netlogon.idl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'source3/librpc/idl') diff --git a/source3/librpc/idl/netlogon.idl b/source3/librpc/idl/netlogon.idl index be6c4c76a9..fe4cd13763 100644 --- a/source3/librpc/idl/netlogon.idl +++ b/source3/librpc/idl/netlogon.idl @@ -993,7 +993,11 @@ interface netlogon /****************/ /* Function 0x17 */ - WERROR netr_NETRLOGONGETTRUSTRID(); + WERROR netr_LogonGetTrustRid( + [in] [string,charset(UTF16)] uint16 *server_name, + [in] [string,charset(UTF16)] uint16 *domain_name, + [out,ref] uint32 *rid + ); /****************/ /* Function 0x18 */ -- cgit