bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Emacs CVS: comint.el::comint-password-prompt-regexp, add LDAP


From: Jari Aalto
Subject: [PATCH] Emacs CVS: comint.el::comint-password-prompt-regexp, add LDAP
Date: Tue, 09 Oct 2007 12:14:03 +0300

Against CVS 2007-10-09 09:13 UTC

2007-10-09  Jari Aalto  <jari.aalto AT cante.net>

        * comint.el (comint-password-prompt-regexp): Add 'LDAP'.

diff --git a/comint.el b/comint.el
index d08b201..623eef1 100644
--- a/comint.el
+++ b/comint.el
@@ -337,7 +337,7 @@ This variable is buffer-local."
 ;; 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 *\\'"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]