From 18cd9780fd1f9fd44f2df670f48e1784ac3dbc8d Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 18 May 2017 15:38:26 +0200 Subject: [PATCH] s3:libnet_join.idl: add krb5_salt to 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 3b13e4d2d0f73c6374ffdae57528cd1a7f333792) --- source3/librpc/idl/libnet_join.idl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source3/librpc/idl/libnet_join.idl b/source3/librpc/idl/libnet_join.idl index fc7b66c31c6..e45034d40da 100644 --- a/source3/librpc/idl/libnet_join.idl +++ b/source3/librpc/idl/libnet_join.idl @@ -54,7 +54,8 @@ interface libnetjoin [out] boolean8 modified_config, [out] string error_string, [out] boolean8 domain_is_ad, - [out] uint32 set_encryption_types + [out] uint32 set_encryption_types, + [out] string krb5_salt ); [nopush,nopull,noopnum] WERROR libnet_UnjoinCtx( -- 2.47.2