]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbspool: add more error codes to the auth_errors array
authorStefan Metzmacher <metze@samba.org>
Fri, 7 Feb 2020 12:08:43 +0000 (13:08 +0100)
committerStefan Metzmacher <metze@samba.org>
Mon, 10 Feb 2020 16:32:37 +0000 (16:32 +0000)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/client/smbspool.c

index c9efe176d3e8c88624fd4b6b948ff2f2faf3bcda..e8be739f5cd498f9deaf1e1d821f4b167da2c100 100644 (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,