Add IDL for netr_LogonGetTrustRid.
authorGünther Deschner <gd@samba.org>
Thu, 24 Jan 2008 22:35:02 +0000 (23:35 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 24 Jan 2008 22:41:37 +0000 (23:41 +0100)
Guenther
(This used to be commit 6f38c2f06080943bb64ce24115ec2164b6c21b95)

source3/librpc/idl/netlogon.idl

index be6c4c76a9db71b78255f4ccf3feccc2e791e81f..fe4cd1376327a0a8d1c6cad4cbde0af9888e7778 100644 (file)
@@ -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 */