The Samba-Bugzilla – Attachment 17272 Details for
Bug 15049
samba4kpasswd fails with a Windows server
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch for master
kpasswd-tgt.patch (text/plain), 969 bytes, created by
Jennifer Sutton
on 2022-04-19 01:43:06 UTC
(
hide
)
Description:
proposed patch for master
Filename:
MIME Type:
Creator:
Jennifer Sutton
Created:
2022-04-19 01:43:06 UTC
Size:
969 bytes
patch
obsolete
>From e0a3997e8f37e429aee29537f132c8aaab14afb2 Mon Sep 17 00:00:00 2001 >From: Joseph Sutton <josephsutton@catalyst.net.nz> >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 <josephsutton@catalyst.net.nz> >--- > 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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 15049
:
17272