diff options
author | Günther Deschner <gd@samba.org> | 2007-06-08 10:49:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:53:14 -0500 |
commit | e4710c9dcfe54c610ea29b0bbed21ed17011274b (patch) | |
tree | 35a53f84d8e0542f529af1b584162229d21465b8 /source4/librpc/idl | |
parent | 09a82db7ba2328e041189560986240ae1889fdf8 (diff) | |
download | samba-e4710c9dcfe54c610ea29b0bbed21ed17011274b.tar.gz samba-e4710c9dcfe54c610ea29b0bbed21ed17011274b.tar.bz2 samba-e4710c9dcfe54c610ea29b0bbed21ed17011274b.zip |
r23384: Fill in NETLOGON netr_DsRGetForestTrustInformation().
Guenther
(This used to be commit 82477b311e2a7a51906d0c00d8714f545b12b0bd)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index eede7ed035..c4998273fe 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/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 */ |