cifs: map STATUS_ACCOUNT_LOCKED_OUT to -EACCES
authorStefan Metzmacher <metze@samba.org>
Mon, 24 Feb 2020 13:15:09 +0000 (14:15 +0100)
committerSteve French <stfrench@microsoft.com>
Fri, 16 Oct 2020 04:58:14 +0000 (23:58 -0500)
commit330857a5d8224fa073bcb88d78e5be51f0848a75
treed9bf56f089545ce13a5d9d4fa9700a19a96fe363
parent682955491a0d89ed7993d7b7f5051c858634ee70
cifs: map STATUS_ACCOUNT_LOCKED_OUT to -EACCES

This is basically the same as STATUS_LOGON_FAILURE,
but after the account is locked out.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/smb2maperror.c