summaryrefslogtreecommitdiff
path: root/source3/librpc/idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-05-16 12:16:04 +0200
committerGünther Deschner <gd@samba.org>2008-05-16 12:16:04 +0200
commit6b2af349cfb7b434fd0e8b1ae6f15b49688d326d (patch)
treef21e253437205485a90b14326af06225b55d9777 /source3/librpc/idl
parent0b25870b547efdd954ac343c1a753d853a75ba67 (diff)
downloadsamba-6b2af349cfb7b434fd0e8b1ae6f15b49688d326d.tar.gz
samba-6b2af349cfb7b434fd0e8b1ae6f15b49688d326d.tar.bz2
samba-6b2af349cfb7b434fd0e8b1ae6f15b49688d326d.zip
libnetjoin: for informational reasons, report forest_name.
Guenther (This used to be commit 452a9ea4af19d3aebc35929edaf4e5adf8c1fd11)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r--source3/librpc/idl/libnet_join.idl2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/librpc/idl/libnet_join.idl b/source3/librpc/idl/libnet_join.idl
index 7f6e346455..5af6b05433 100644
--- a/source3/librpc/idl/libnet_join.idl
+++ b/source3/librpc/idl/libnet_join.idl
@@ -35,6 +35,7 @@ interface libnetjoin
[out] string account_name,
[out] string netbios_domain_name,
[out] string dns_domain_name,
+ [out] string forest_name,
[out] string dn,
[out] dom_sid *domain_sid,
[out] boolean8 modified_config,
@@ -58,6 +59,7 @@ interface libnetjoin
[in,noprint] messaging_context *msg_ctx,
[out] string netbios_domain_name,
[out] string dns_domain_name,
+ [out] string forest_name,
[out] boolean8 modified_config,
[out] string error_string,
[out] boolean8 disabled_machine_account,