The Samba-Bugzilla – Attachment 18334 Details for
Bug 15655
When claims enabled with heimdal kerberos, unable to log on to a Windows computer when user account need to change their own password
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch to not send an ntstatus value in the reply
0001-don-t-reply-with-ntstatus.patch (text/plain), 1.03 KB, created by
Douglas Bagnall
on 2024-06-12 02:45:08 UTC
(
hide
)
Description:
patch to not send an ntstatus value in the reply
Filename:
MIME Type:
Creator:
Douglas Bagnall
Created:
2024-06-12 02:45:08 UTC
Size:
1.03 KB
patch
obsolete
>From 7410fcd16ce9112aee97a9fc2fe0391c528297ee Mon Sep 17 00:00:00 2001 >From: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> >Date: Wed, 12 Jun 2024 14:42:38 +1200 >Subject: [PATCH] don't reply with ntstatus > >--- > source4/kdc/wdc-samba4.c | 5 ----- > 1 file changed, 5 deletions(-) > >diff --git a/source4/kdc/wdc-samba4.c b/source4/kdc/wdc-samba4.c >index 2d7e6173a51..c706cae42ba 100644 >--- a/source4/kdc/wdc-samba4.c >+++ b/source4/kdc/wdc-samba4.c >@@ -834,7 +834,6 @@ static krb5_error_code samba_wdc_check_client_access(void *priv, > > kdc_entry->reject_status = nt_status; > if (!NT_STATUS_IS_OK(nt_status)) { >- krb5_error_code ret2; > > if (NT_STATUS_EQUAL(nt_status, NT_STATUS_NO_MEMORY)) { > talloc_free(tmp_ctx); >@@ -847,10 +846,6 @@ static krb5_error_code samba_wdc_check_client_access(void *priv, > * Add the NTSTATUS to the request so we can return it in the > * âe-dataâ field later. > */ >- ret2 = hdb_samba4_set_ntstatus(r, nt_status, ret); >- if (ret2) { >- ret = ret2; >- } > > talloc_free(tmp_ctx); > return ret; >-- >2.34.1 >
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 15655
:
18316
|
18317
|
18328
| 18334 |
18358
|
18359
|
18360
|
18361