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>
Fri, 6 Apr 2018 08:03:22 +0000 (10:03 +0200)
libcli/auth/netlogon_creds_cli.c

index fdd1195b1835c492e427ed4a19fecd2f2f272ce1..72f33bd601432fb11bc63d098a1d16215d3b60b9 100644 (file)
@@ -2320,6 +2320,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;
        }