mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
s4:rpc_server/netlogon: add support for AES based netlogon schannel
metze Signed-off-by: Günther Deschner <gd@samba.org>
This commit is contained in:
parent
780006db9d
commit
04d770adac
@ -124,6 +124,10 @@ static NTSTATUS dcesrv_netr_ServerAuthenticate3(struct dcesrv_call_state *dce_ca
|
||||
negotiate_flags |= NETLOGON_NEG_STRONG_KEYS;
|
||||
}
|
||||
|
||||
if (*r->in.negotiate_flags & NETLOGON_NEG_SUPPORTS_AES) {
|
||||
negotiate_flags |= NETLOGON_NEG_SUPPORTS_AES;
|
||||
}
|
||||
|
||||
/*
|
||||
* According to Microsoft (see bugid #6099)
|
||||
* Windows 7 looks at the negotiate_flags
|
||||
|
Loading…
x
Reference in New Issue
Block a user