From 549c9d9a07d3002442cbbb7a90d0a7fef4a92bff Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 18 May 2017 15:40:25 +0200 Subject: [PATCH] s3:libnet_join: remember r->out.krb5_salt in libnet_join_derive_salting_principal() BUG: https://bugzilla.samba.org/show_bug.cgi?id=12782 Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- source3/libnet/libnet_join.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/libnet/libnet_join.c b/source3/libnet/libnet_join.c index 37645a7790f..a5e863a4c7a 100644 --- a/source3/libnet/libnet_join.c +++ b/source3/libnet/libnet_join.c @@ -864,6 +864,7 @@ static bool libnet_join_derive_salting_principal(TALLOC_CTX *mem_ctx, } } + r->out.krb5_salt = salt; return kerberos_secrets_store_des_salt(salt); } -- 2.47.2