From: Stefan Metzmacher Date: Wed, 17 May 2017 13:45:22 +0000 (+0200) Subject: s3:libnet_join.idl: return the domain_guid in libnet_JoinCtx X-Git-Tag: samba-4.5.13~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d68b34ba68d4c17d37ee0bf2c595ce09f4770de4;p=thirdparty%2Fsamba.git 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 Reviewed-by: Andreas Schneider (cherry picked from commit 03e455f5a815ce2134e216dc28929646a964384f) --- 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,