Most likely related to the ongoing crypto conversion, quickest way to reproduce in the client: 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 50a5f50a57d..1483042a529 100644 --- a/libcli/auth/netlogon_creds_cli.c +++ b/libcli/auth/netlogon_creds_cli.c @@ -344,7 +344,7 @@ NTSTATUS netlogon_creds_cli_context_global(struct loadparm_context *lp_ctx, neutralize_nt4_emulation); proposed_flags = NETLOGON_NEG_AUTH2_ADS_FLAGS; - proposed_flags |= NETLOGON_NEG_SUPPORTS_AES; + //proposed_flags |= NETLOGON_NEG_SUPPORTS_AES; switch (type) { case SEC_CHAN_WKSTA: rpcclient gdw2k16dc -U user%password -c "schannel; transport ncacn_ip_tcp; lookupsids3 S-1-1-0"
Created attachment 15485 [details] proposed patch for master
Please note this is in 4.11.0 already, AES schannel is also not working but that is only in master.
Created attachment 15520 [details] patch for v4-11
Karolin, please add the patches to v4.11. Thanks!
(In reply to Andreas Schneider from comment #4) Pushed to autobuild-v4-11-test.
(In reply to Karolin Seeger from comment #5) Pushed to v4-11-test. Closing out bug report. Thanks!