Add IDL for netr_GetForestTrustInformation().
authorgd <gd@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Fri, 21 Dec 2007 23:52:14 +0000 (23:52 +0000)
committergd <gd@0c0555d6-39d7-0310-84fc-f1cc0bd64818>
Fri, 21 Dec 2007 23:52:14 +0000 (23:52 +0000)
Guenther

git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@26558 0c0555d6-39d7-0310-84fc-f1cc0bd64818

source/librpc/idl/netlogon.idl
source/rpc_server/netlogon/dcerpc_netlogon.c

index 5285ee15ed8204219dd44550e037e10b75387df6..96aab3a807d4cc9859b2442431fddc30e82de0fb 100644 (file)
@@ -1294,7 +1294,14 @@ interface netlogon
 
        /****************/
        /* Function 0x2c */
-       WERROR netr_NETRGETFORESTTRUSTINFORMATION();
+       WERROR netr_GetForestTrustInformation(
+               [in] [string,charset(UTF16)] uint16 *server_name,
+               [in,ref] [string,charset(UTF16)] uint16 *trusted_domain_name,
+               [in,ref] netr_Authenticator *credential,
+               [out,ref] netr_Authenticator *return_authenticator,
+               [in] uint32 flags,
+               [out,ref] lsa_ForestTrustInformation **forest_trust_info
+               );
 
        /****************/
        /* Function 0x2d */
index 25f9939576de02106fd81255292d936585a4e90b..1ef50cd96faa71233ad0f2b646f2a6725b21e081 100644 (file)
@@ -1237,11 +1237,11 @@ static WERROR dcesrv_netr_DsRGetForestTrustInformation(struct dcesrv_call_state
 }
 
 
-/* 
-  netr_NETRGETFORESTTRUSTINFORMATION 
+/*
+  netr_GetForestTrustInformation
 */
-static WERROR dcesrv_netr_NETRGETFORESTTRUSTINFORMATION(struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx,
-                      struct netr_NETRGETFORESTTRUSTINFORMATION *r)
+static WERROR dcesrv_netr_GetForestTrustInformation(struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx,
+                      struct netr_GetForestTrustInformation *r)
 {
        DCESRV_FAULT(DCERPC_FAULT_OP_RNG_ERROR);
 }