summaryrefslogtreecommitdiff
path: root/source/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-06-08 10:49:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:53:14 -0500
commit82477b311e2a7a51906d0c00d8714f545b12b0bd (patch)
tree544472f95c1ccda47d7be6df32647149e1f36dcc /source/librpc
parenteaa17d5a8ff25ff96b3b6b71dab0effbeeb9b683 (diff)
downloadsamba-82477b311e2a7a51906d0c00d8714f545b12b0bd.tar.gz
r23384: Fill in NETLOGON netr_DsRGetForestTrustInformation().
Guenther
Diffstat (limited to 'source/librpc')
-rw-r--r--source/librpc/idl/netlogon.idl10
1 files changed, 9 insertions, 1 deletions
diff --git a/source/librpc/idl/netlogon.idl b/source/librpc/idl/netlogon.idl
index eede7ed0353..c4998273feb 100644
--- a/source/librpc/idl/netlogon.idl
+++ b/source/librpc/idl/netlogon.idl
@@ -1227,7 +1227,15 @@ interface netlogon
/****************/
/* Function 0x2b */
- WERROR netr_DSRGETFORESTTRUSTINFORMATION();
+
+ const int DS_GFTI_UPDATE_TDO = 0x1;
+
+ WERROR netr_DsRGetForestTrustInformation(
+ [in] [string,charset(UTF16)] uint16 *server_name,
+ [in] [string,charset(UTF16)] uint16 *trusted_domain_name,
+ [in] uint32 flags,
+ [out,ref] lsa_ForestTrustInformation **forest_trust_info
+ );
/****************/
/* Function 0x2c */