summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-05-17 15:45:22 +0200
committerStefan Metzmacher <metze@samba.org>2017-06-27 16:57:43 +0200
commit03e455f5a815ce2134e216dc28929646a964384f (patch)
tree740b4616e973e52e6e031862e2ad0af47de1c7a9 /source3/librpc
parent826223cc8d36871c2bcb37fe23241f1dbe99a0db (diff)
downloadsamba-03e455f5a815ce2134e216dc28929646a964384f.tar.gz
s3:libnet_join.idl: return the domain_guid in libnet_JoinCtx
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12782 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/libnet_join.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/idl/libnet_join.idl b/source3/librpc/idl/libnet_join.idl
index 63ea1df985d..fc7b66c31c6 100644
--- a/source3/librpc/idl/libnet_join.idl
+++ b/source3/librpc/idl/libnet_join.idl
@@ -49,6 +49,7 @@ interface libnetjoin
[out] string dns_domain_name,
[out] string forest_name,
[out] string dn,
+ [out] GUID domain_guid,
[out] dom_sid *domain_sid,
[out] boolean8 modified_config,
[out] string error_string,