The Samba-Bugzilla – Attachment 18537 Details for
Bug 15789
"use-kerberos=desired" broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
A patch to fix this issue
libsmbclient-kerberos-desired.patch (text/plain), 745 bytes, created by
will69
on 2025-01-23 18:10:30 UTC
(
hide
)
Description:
A patch to fix this issue
Filename:
MIME Type:
Creator:
will69
Created:
2025-01-23 18:10:30 UTC
Size:
745 bytes
patch
obsolete
>--- source3/libsmb/cliconnect.c 2025-01-08 11:47:16.000000000 +0100 >+++ source3/libsmb/cliconnect.c.new 2025-01-22 13:04:07.677095593 +0100 >@@ -215,7 +215,7 @@ > goto fail; > } > } >- } else if (use_kerberos && !fallback_after_kerberos) { >+ } else if (use_kerberos) { > const char *error_string = NULL; > int rc; > >--- auth/credentials/credentials.c 2025-01-08 11:47:16.000000000 +0100 >+++ auth/credentials/credentials.c.new 2025-01-22 15:03:50.852556573 +0100 >@@ -494,6 +494,10 @@ > return true; > } > >+ if (cli_credentials_get_kerberos_state(cred) == CRED_USE_KERBEROS_DESIRED) { >+ return true; >+ } >+ > gensec_features = cli_credentials_get_gensec_features(cred); > if (gensec_features & GENSEC_FEATURE_NTLM_CCACHE) { > return true;
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 15789
: 18537