s4:librpc: fix netlogon connections against servers without AES support
authorStefan Metzmacher <metze@samba.org>
Tue, 16 Jul 2013 08:07:30 +0000 (10:07 +0200)
committerAndreas Schneider <asn@samba.org>
Mon, 5 Aug 2013 08:30:01 +0000 (10:30 +0200)
commit34fa7946993506fde2c6b30e4a41bea27390a814
treeccba3aee6bec52d98986f2fb8abdc943319558c8
parent05d9b4165af9e7f03d3fbeb64db4fc305fcec4df
s4:librpc: fix netlogon connections against servers without AES support

LogonGetCapabilities() only works on the credential chain if
the server supports AES, so we need to work on a temporary copy
until we know the server replied a valid return authenticator.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source4/librpc/rpc/dcerpc_schannel.c