The Samba-Bugzilla – Attachment 12945 Details for
Bug 12586
netlogon_creds_cli_LogonSamLogon doesn't work without netr_LogonSamLogonEx
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Possible patch for master
bug-12586-master.txt (text/plain), 1.08 KB, created by
Stefan Metzmacher
on 2017-02-15 23:24:42 UTC
(
hide
)
Description:
Possible patch for master
Filename:
MIME Type:
Creator:
Stefan Metzmacher
Created:
2017-02-15 23:24:42 UTC
Size:
1.08 KB
patch
obsolete
>From c156d1a6451e722e825aa11692b19074e3145ff8 Mon Sep 17 00:00:00 2001 >From: Stefan Metzmacher <metze@samba.org> >Date: Wed, 15 Feb 2017 08:58:20 +0100 >Subject: [PATCH] libcli/auth: use the correct creds value against servers > without LogonSamLogonEx > >If we use the credential chain we need to use the value from >netlogon_creds_client_authenticator() to make sure we have the current >value to encrypt in logon info. > >BUG: https://bugzilla.samba.org/show_bug.cgi?id=12586 > >Signed-off-by: Stefan Metzmacher <metze@samba.org> >--- > libcli/auth/netlogon_creds_cli.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/libcli/auth/netlogon_creds_cli.c b/libcli/auth/netlogon_creds_cli.c >index 38b1351..a820115 100644 >--- a/libcli/auth/netlogon_creds_cli.c >+++ b/libcli/auth/netlogon_creds_cli.c >@@ -2311,7 +2311,7 @@ static void netlogon_creds_cli_LogonSamLogon_start(struct tevent_req *req) > return; > } > >- netlogon_creds_encrypt_samlogon_logon(state->ro_creds, >+ netlogon_creds_encrypt_samlogon_logon(&state->tmp_creds, > state->logon_level, > state->logon); > >-- >1.9.1 >
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 12586
: 12945 |
12963
|
12964
|
12965