The Samba-Bugzilla – Attachment 3458 Details for
Bug 5675
smbspool auth-info-required hook assumes Kerberos
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
look (text/plain), 474 bytes, created by
Jeremy Allison
on 2008-08-07 18:24:44 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2008-08-07 18:24:44 UTC
Size:
474 bytes
patch
obsolete
>diff --git a/source/client/smbspool.c b/source/client/smbspool.c >index e567ef8..3608c3c 100644 >--- a/source/client/smbspool.c >+++ b/source/client/smbspool.c >@@ -347,7 +347,7 @@ get_exit_code(struct cli_state * cli, > } > > if (cli) { >- if (cli->use_kerberos || (cli->capabilities & CAP_EXTENDED_SECURITY)) >+ if (cli->use_kerberos) > fputs("ATTR: auth-info-required=negotiate\n", stderr); > else > fputs("ATTR: auth-info-required=username,password\n", stderr);
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 5675
:
3458
|
3459