The Samba-Bugzilla – Attachment 15139 Details for
Bug 13939
Using Kerberos credentials to print using spoolss doesn't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for 4.8
0001-s3-smbspool-Fix-regression-printing-with-Kerberos-cr.patch (text/plain), 1.03 KB, created by
Andreas Schneider
on 2019-05-10 05:46:53 UTC
(
hide
)
Description:
patch for 4.8
Filename:
MIME Type:
Creator:
Andreas Schneider
Created:
2019-05-10 05:46:53 UTC
Size:
1.03 KB
patch
obsolete
>From 56fb8aec557bb5b7264df2713b85b282e1c81f84 Mon Sep 17 00:00:00 2001 >From: Andreas Schneider <asn@samba.org> >Date: Thu, 9 May 2019 16:18:51 +0200 >Subject: [PATCH] s3:smbspool: Fix regression printing with Kerberos > credentials > >This is a regression which has been introduced with Samba 4.8. > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=13939 > >Signed-off-by: Andreas Schneider <asn@samba.org> >Reviewed-by: Guenther Deschner <gd@samba.org> >(cherry picked from commit fd4b1f4f16aee3e3c9a2cb449655edfed171963a) >--- > source3/client/smbspool.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/client/smbspool.c b/source3/client/smbspool.c >index 8be1009c0a8..ecaaf3c3f22 100644 >--- a/source3/client/smbspool.c >+++ b/source3/client/smbspool.c >@@ -660,7 +660,7 @@ smb_connect(const char *workgroup, /* I - Workgroup */ > * behavior with 3.0.14a > */ > >- if (username != NULL && username[0] != '\0') { >+ if (username == NULL || username[0] == '\0') { > if (kerberos_ccache_is_valid()) { > goto kerberos_auth; > } >-- >2.21.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
Flags:
gd
:
review+
Actions:
View
Attachments on
bug 13939
:
15137
|
15138
| 15139 |
15184
|
15185
|
15186
|
15255
|
15256
|
15298