]> git.ipfire.org Git - thirdparty/samba.git/commit
libcli/auth: use the correct creds value against servers without LogonSamLogonEx
authorStefan Metzmacher <metze@samba.org>
Wed, 15 Feb 2017 07:58:20 +0000 (08:58 +0100)
committerStefan Metzmacher <metze@samba.org>
Sat, 25 Feb 2017 00:35:17 +0000 (01:35 +0100)
commit7c10e19374188094d01e3d7c2807fad1e19996ac
tree78b7693e0fec64c25b637f529906d7a9d4edeff4
parent023fbcbde8034579867f977645d67312f4bef733
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>
Reviewed-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
(cherry picked from commit 0ed2a65593b5abc9ba7f40992ed0ed8f448f5836)
libcli/auth/netlogon_creds_cli.c