summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2018-01-23 17:58:07 +0100
committerStefan Metzmacher <metze@samba.org>2018-02-11 11:12:09 +0100
commitf85ff761905fb74a466c8dee985a12a27c4e65a6 (patch)
treed8c479033e650e4a3090a8a7ab4bded295ddbd48 /source4/auth
parent974b4eadd9f90fee930b0d4349c38a10d863642b (diff)
downloadsamba-f85ff761905fb74a466c8dee985a12a27c4e65a6.tar.gz
s4/auth_winbind: ask for validation level 6
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> (cherry picked from commit e1ba81996033e7c2cfeba13124ee7f404ded2031)
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/ntlm/auth_winbind.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/ntlm/auth_winbind.c b/source4/auth/ntlm/auth_winbind.c
index e887d5ea06d..2e885638ebe 100644
--- a/source4/auth/ntlm/auth_winbind.c
+++ b/source4/auth/ntlm/auth_winbind.c
@@ -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);