]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-password-prompt-regexp): Add 'LDAP'.
authorEli Zaretskii <eliz@gnu.org>
Sat, 13 Oct 2007 11:34:19 +0000 (11:34 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 13 Oct 2007 11:34:19 +0000 (11:34 +0000)
lisp/ChangeLog
lisp/comint.el

index 0f166360b10ef01fe71ca55421687c346e872fbf..25880580103829bfe977b86984776ef4c7fd012f 100644 (file)
@@ -1,3 +1,7 @@
+2007-10-13  Jari Aalto  <jari.aalto@cante.net>
+
+       * comint.el (comint-password-prompt-regexp): Add 'LDAP'.
+
 2007-10-12  Martin Rudalics  <rudalics@gmx.at>
 
        * frame.el (set-frame-configuration): Assign name parameter only
index 9f8fbd7a37aaea4b7c05c187d1ec759f3a388a5c..80a42dbdbfa5fd7332e9759f7f8980ff6c2f1218 100644 (file)
@@ -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 *\\'"