Variable: tramp-smb-wrong-passwd-regexp

tramp-smb-wrong-passwd-regexp is a variable defined in tramp-smb.el.gz.

Value

"\\(?:NT_STATUS_\\(?:LOGON_FAILURE\\|WRONG_PASSWORD\\)\\)"

Documentation

Regexp for login error strings of SMB servers.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-smb.el.gz
(defconst tramp-smb-wrong-passwd-regexp
  (regexp-opt
   '("NT_STATUS_LOGON_FAILURE"
     "NT_STATUS_WRONG_PASSWORD"))
  "Regexp for login error strings of SMB servers.")