The Samba-Bugzilla – Attachment 13935 Details for
Bug 13247
gss_api error not returned to client caller via NTSTATUS
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
git-am fix for master.
0001-s3-librpc-Allow-client-to-correctly-report-etype-uns.patch (text/plain), 1021 bytes, created by
Jeremy Allison
on 2018-01-30 17:00:26 UTC
(
hide
)
Description:
git-am fix for master.
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2018-01-30 17:00:26 UTC
Size:
1021 bytes
patch
obsolete
>From bddcdc2193ae87d689d07cbc1afe7c364b2a0f4a Mon Sep 17 00:00:00 2001 >From: Jeremy Allison <jra@samba.org> >Date: Mon, 29 Jan 2018 12:52:14 -0800 >Subject: [PATCH] s3: librpc: Allow client to correctly report etype > unsupported by KDC to caller. > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=13247 > >Signed-off-by: Jeremy Allison <jra@samba.org> >--- > source3/librpc/crypto/gse.c | 3 +++ > 1 file changed, 3 insertions(+) > >diff --git a/source3/librpc/crypto/gse.c b/source3/librpc/crypto/gse.c >index bcda8de896f..5cb664710ef 100644 >--- a/source3/librpc/crypto/gse.c >+++ b/source3/librpc/crypto/gse.c >@@ -526,6 +526,9 @@ init_sec_context_done: > /* Garbage input, possibly from the auto-mech detection */ > status = NT_STATUS_INVALID_PARAMETER; > goto done; >+ case (OM_uint32)KRB5KDC_ERR_ETYPE_NOSUPP: >+ status = NT_STATUS_KDC_UNKNOWN_ETYPE; >+ goto done; > default: > DBG_ERR("gss_init_sec_context failed with [%s](%u)\n", > gse_errstr(talloc_tos(), gss_maj, gss_min), >-- >2.16.0.rc1.238.g530d649a79-goog >
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
Flags:
slow
:
review+
Actions:
View
Attachments on
bug 13247
:
13935
|
13937