diff options
author | Günther Deschner <gd@samba.org> | 2008-01-24 23:35:02 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-24 23:56:37 +0100 |
commit | 593c211a5fe14d5f61cc5642189de51002f97321 (patch) | |
tree | 9aff9d3630e7374e24ad5027da8db2e6558d1d3d /source4/librpc | |
parent | f139adc657aca845a602dcc87dff59c792eac603 (diff) | |
download | samba-593c211a5fe14d5f61cc5642189de51002f97321.tar.gz samba-593c211a5fe14d5f61cc5642189de51002f97321.tar.bz2 samba-593c211a5fe14d5f61cc5642189de51002f97321.zip |
Add IDL for netr_LogonGetTrustRid.
Guenther
(This used to be commit d0893014ab02f4a628bc05135e7afedd11427116)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 3e4d46d7f7..7f7712edf6 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -992,7 +992,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 */ |