HACK force state->try_logon_ex = false;
authorStefan Metzmacher <metze@samba.org>
Tue, 27 Aug 2013 14:34:11 +0000 (16:34 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 18 Feb 2019 11:38:33 +0000 (12:38 +0100)
libcli/auth/netlogon_creds_cli.c

index 817d2cd041a0e78a1c311c1107eb7c5d57fb6d94..98ccf68e9aedccd3fb09dbd42acb1fb440808dd8 100644 (file)
@@ -2329,6 +2329,8 @@ static void netlogon_creds_cli_LogonSamLogon_start(struct tevent_req *req)
        state->try_logon_ex = state->context->server.try_logon_ex;
        state->try_validation6 = state->context->server.try_validation6;
 
+       state->try_logon_ex = false;
+
        if (auth_type != DCERPC_AUTH_TYPE_SCHANNEL) {
                state->try_logon_ex = false;
        }