From 0506e866131f7e5a2cd601a62266a177427057ee Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 13 Oct 2007 11:34:19 +0000 Subject: [PATCH] (comint-password-prompt-regexp): Add 'LDAP'. --- lisp/ChangeLog | 4 ++++ lisp/comint.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0f166360b10..25880580103 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-10-13 Jari Aalto + + * comint.el (comint-password-prompt-regexp): Add 'LDAP'. + 2007-10-12 Martin Rudalics * frame.el (set-frame-configuration): Assign name parameter only diff --git a/lisp/comint.el b/lisp/comint.el index 9f8fbd7a37a..80a42dbdbfa 100644 --- a/lisp/comint.el +++ b/lisp/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 *\\'" -- 2.39.2