From e0a3997e8f37e429aee29537f132c8aaab14afb2 Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Tue, 19 Apr 2022 09:17:01 +1200 Subject: [PATCH] third_party/heimdal: Present a TGT to change/set password protocol Signed-off-by: Joseph Sutton --- third_party/heimdal/lib/krb5/changepw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/heimdal/lib/krb5/changepw.c b/third_party/heimdal/lib/krb5/changepw.c index 12f0b154689..81fb9b7d47a 100644 --- a/third_party/heimdal/lib/krb5/changepw.c +++ b/third_party/heimdal/lib/krb5/changepw.c @@ -801,7 +801,7 @@ krb5_set_password_using_ccache(krb5_context context, ret = krb5_make_principal(context, &creds.server, krb5_principal_get_realm(context, principal), - "kadmin", "changepw", NULL); + "krbtgt", krb5_principal_get_realm(context, principal), NULL); if (ret) goto out; -- 2.35.0