The Samba-Bugzilla – Attachment 10631 Details for
Bug 11059
default workgroup/domain used for dfs referred connections, rather than provided authinfo
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
extra change needed for encrypted sessions
0001-libsmb-provide-authinfo-domain-for-encrypted-session.patch (text/plain), 899 bytes, created by
David Disseldorp
on 2015-01-19 14:24:47 UTC
(
hide
)
Description:
extra change needed for encrypted sessions
Filename:
MIME Type:
Creator:
David Disseldorp
Created:
2015-01-19 14:24:47 UTC
Size:
899 bytes
patch
obsolete
>From dd16834844f677a4aa5ffeeb06c228cfa798fddf Mon Sep 17 00:00:00 2001 >From: David Disseldorp <ddiss@samba.org> >Date: Mon, 19 Jan 2015 13:39:35 +0100 >Subject: [PATCH] libsmb: provide authinfo domain for encrypted session > referrals > >6c9de0cd056afc0b478c02f1bdb0e06532388037 requires this extra change. > >Bug: https://bugzilla.samba.org/show_bug.cgi?id=11059 > >Signed-off-by: David Disseldorp <ddiss@samba.org> >--- > source3/libsmb/clidfs.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/source3/libsmb/clidfs.c b/source3/libsmb/clidfs.c >index 79d88a5..434cb18 100644 >--- a/source3/libsmb/clidfs.c >+++ b/source3/libsmb/clidfs.c >@@ -1209,7 +1209,7 @@ bool cli_check_msdfs_proxy(TALLOC_CTX *ctx, > status = cli_cm_force_encryption(cli, > username, > password, >- lp_workgroup(), >+ domain, > "IPC$"); > if (!NT_STATUS_IS_OK(status)) { > return false; >-- >2.1.2 >
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:
jra
:
review+
Actions:
View
Attachments on
bug 11059
:
10626
| 10631 |
10642
|
10643
|
10644
|
10645