summaryrefslogtreecommitdiff
path: root/librpc/idl/winbind.idl
diff options
context:
space:
mode:
Diffstat (limited to 'librpc/idl/winbind.idl')
-rw-r--r--librpc/idl/winbind.idl9
1 files changed, 9 insertions, 0 deletions
diff --git a/librpc/idl/winbind.idl b/librpc/idl/winbind.idl
index 92ac6ed4162..5b6195022a6 100644
--- a/librpc/idl/winbind.idl
+++ b/librpc/idl/winbind.idl
@@ -205,4 +205,13 @@ interface winbind
[in,ref][switch_is(function_code)] netr_CONTROL_DATA_INFORMATION *data,
[out,ref][switch_is(level)] netr_CONTROL_QUERY_INFORMATION *query
);
+
+ /*
+ * do a netr_GetForestTrustInformation() against the right DC
+ */
+ WERROR winbind_GetForestTrustInformation(
+ [in,unique] [string,charset(UTF16)] uint16 *trusted_domain_name,
+ [in] uint32 flags,
+ [out,ref] lsa_ForestTrustInformation **forest_trust_info
+ );
}