diff options
author | Simo Sorce <idra@samba.org> | 2010-02-22 13:15:44 -0500 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-02-22 18:49:16 -0500 |
commit | d4b8be513cf1707000f2870ce42c968e17f6ab27 (patch) | |
tree | c598763537ee013c1abcede5cb4ae6c82e7c0dac /librpc/idl | |
parent | dbcc7ad7e4efc550b6937647995e8d74fe538d35 (diff) | |
download | samba-d4b8be513cf1707000f2870ce42c968e17f6ab27.tar.gz samba-d4b8be513cf1707000f2870ce42c968e17f6ab27.tar.bz2 samba-d4b8be513cf1707000f2870ce42c968e17f6ab27.zip |
s4:netlogon GetTrustedDomainInformation
start implementing calls related to trusted domain information
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/lsa.idl | 2 | ||||
-rw-r--r-- | librpc/idl/netlogon.idl | 4 |
2 files changed, 3 insertions, 3 deletions
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, |