s4/auth_winbind: ask for validation level 6
authorStefan Metzmacher <metze@samba.org>
Tue, 23 Jan 2018 16:58:07 +0000 (17:58 +0100)
committerRalph Boehme <slow@samba.org>
Sat, 10 Feb 2018 07:35:17 +0000 (08:35 +0100)
Bug: https://bugzilla.samba.org/show_bug.cgi?id=13260

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source4/auth/ntlm/auth_winbind.c

index e887d5ea06ddb96b94af4ca0a4b3e1a295b65ed7..2e885638ebed01a0a007290c85dbbc159e2e6b9f 100644 (file)
@@ -176,7 +176,7 @@ static struct tevent_req *winbind_check_password_send(TALLOC_CTX *mem_ctx,
        identity_info->account_name.string      = user_info->client.account_name;
        identity_info->workstation.string       = user_info->workstation_name;
 
-       state->req.in.validation_level = 3;
+       state->req.in.validation_level = 6;
 
        subreq = dcerpc_winbind_SamLogon_r_send(state, ev, irpc_handle,
                                                &state->req);