From d4b8be513cf1707000f2870ce42c968e17f6ab27 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 22 Feb 2010 13:15:44 -0500 Subject: s4:netlogon GetTrustedDomainInformation start implementing calls related to trusted domain information --- librpc/idl/lsa.idl | 2 +- librpc/idl/netlogon.idl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'librpc/idl') diff --git a/librpc/idl/lsa.idl b/librpc/idl/lsa.idl index baa5c93c2c..bfb465a7e4 100644 --- a/librpc/idl/lsa.idl +++ b/librpc/idl/lsa.idl @@ -1295,7 +1295,7 @@ import "misc.idl", "security.idl"; typedef struct { uint32 flags; lsa_ForestTrustRecordType level; - hyper unknown; + hyper time; [switch_is(level)] lsa_ForestTrustData forest_trust_data; } lsa_ForestTrustRecord; diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl index 77fc380f5d..6b10f8bcdd 100644 --- a/librpc/idl/netlogon.idl +++ b/librpc/idl/netlogon.idl @@ -1627,9 +1627,9 @@ interface netlogon /****************/ /* Function 0x2c */ - WERROR netr_GetForestTrustInformation( + NTSTATUS netr_GetForestTrustInformation( [in,unique] [string,charset(UTF16)] uint16 *server_name, - [in,ref] [string,charset(UTF16)] uint16 *trusted_domain_name, + [in,ref] [string,charset(UTF16)] uint16 *computer_name, [in,ref] netr_Authenticator *credential, [out,ref] netr_Authenticator *return_authenticator, [in] uint32 flags, -- cgit