1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

smbspool: add more error codes to the auth_errors array

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Stefan Metzmacher 2020-02-07 13:08:43 +01:00
parent a0c6ae24c9
commit d032569f2e

View File

@ -477,11 +477,17 @@ get_exit_code(NTSTATUS nt_status)
NT_STATUS_ACCESS_DENIED,
NT_STATUS_ACCESS_VIOLATION,
NT_STATUS_ACCOUNT_DISABLED,
NT_STATUS_ACCOUNT_LOCKED_OUT,
NT_STATUS_ACCOUNT_RESTRICTION,
NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND,
NT_STATUS_INVALID_ACCOUNT_NAME,
NT_STATUS_INVALID_COMPUTER_NAME,
NT_STATUS_INVALID_LOGON_HOURS,
NT_STATUS_INVALID_WORKSTATION,
NT_STATUS_LOGON_FAILURE,
NT_STATUS_NO_SUCH_USER,
NT_STATUS_NO_SUCH_DOMAIN,
NT_STATUS_NO_LOGON_SERVERS,
NT_STATUS_PASSWORD_EXPIRED,
NT_STATUS_PRIVILEGE_NOT_HELD,
NT_STATUS_SHARING_VIOLATION,