changeset 79062:aa7aba8d6e83

(comint-password-prompt-regexp): Add 'LDAP'.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 13 Oct 2007 11:33:19 +0000
parents c2854b97501f
children b9dc4d748f64
files lisp/comint.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/comint.el	Sat Oct 13 11:25:52 2007 +0000
+++ b/lisp/comint.el	Sat Oct 13 11:33:19 2007 +0000
@@ -337,7 +337,7 @@
 ;; Some implementations of passwd use "Password (again)" as the 2nd prompt.
 (defcustom comint-password-prompt-regexp
   "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|login \\|\
-Kerberos \\|CVS \\|UNIX \\| SMB \\|^\\)\
+Kerberos \\|CVS \\|UNIX \\| SMB \\|LDAP \\|^\\)\
 \[Pp]assword\\( (again)\\)?\\|\
 pass phrase\\|\\(Enter \\|Repeat \\|Bad \\)?[Pp]assphrase\\)\
 \\(?:, try again\\)?\\(?: for [^:]+\\)?:\\s *\\'"