summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-24 23:35:02 +0100
committerGünther Deschner <gd@samba.org>2008-01-24 23:41:37 +0100
commit5546c09d8b94920f9fc67afb475190f43fbb3edb (patch)
tree194fb38f5937e11092566d2480bf452f46277124
parent85a44396a794ae456d4998a9d9dd5ceb37312999 (diff)
downloadsamba-5546c09d8b94920f9fc67afb475190f43fbb3edb.tar.gz
samba-5546c09d8b94920f9fc67afb475190f43fbb3edb.tar.bz2
samba-5546c09d8b94920f9fc67afb475190f43fbb3edb.zip
Add IDL for netr_LogonGetTrustRid.
Guenther (This used to be commit 6f38c2f06080943bb64ce24115ec2164b6c21b95)
-rw-r--r--source3/librpc/idl/netlogon.idl6
1 files changed, 5 insertions, 1 deletions
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 */