all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: rb <rb@panix.com>
Subject: Re: sql-mode password display
Date: 02 Mar 2005 15:35:41 -0500	[thread overview]
Message-ID: <kx91xax6b1e.fsf@panix5.panix.com> (raw)
In-Reply-To: 38mf4qF5q3gudU1@individual.net

Kevin Rodgers <ihs_4664@yahoo.com> writes:

> rb wrote:
>  > When I use sql mode:
>  >
>  > M-x sql-mysql, then follow prompts,
>  >
>  > I get the interactive sql buffer which works very well for me. The only
>  > problem is that when I list the processes, the mysql process shows my
>  > password, and I would like to know if there is something I can do to
>  > conceal it?
>  >
>  > rb@antonio 102% ps -ef | grep sql
>  >       rb      29562      29372  0 08:44:27 pts/4   0:00 grep sql
>  >       rb      29717      15897  0 08:43:34 pts/8   0:00
>  >       /usr/freeware/bin/mysql --user=rb --password=my_password
>  >       --host=sanmarco test
> 
> What happens if you don't enter your password when prompted by M-x
> sql-mysql, i.e. just type RET?

Thank you for the suggestion,

Without password, the server rejects the connection attempt - it is
configured to require passwords.

[...]

> M-: (string-match comint-password-prompt-regexp "Enter password: ") RET
> returns nil, so I would try
> 
> (setq comint-password-prompt-regexp
>        "\\(\\([Oo]ld \\|[Nn]ew \\|'s \\|login \\|Kerberos \\|CVS
> \\|UNIX \\| SMB \\|^\\)[Pp]assword\\( (again)\\)?\\|pass
> phrase\\|\\(Enter\\|Repeat\\) pass ?\\(word\\|phrase\\)\\)\\( for
> [^:]+\\)?:\\s *\\'")

that is what the value of comint-password-prompt-regexp already is, as
mentioned:

>  > Within the shell, any other commands requiring a password (ssh, rlogin,
>  > su, etc), the password is [properly] not displayed.

sorry, if that wasn't said clearly.

rb
-- 

  reply	other threads:[~2005-03-02 20:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-02 16:57 sql-mode password display rb
2005-03-02 18:31 ` Kevin Rodgers
2005-03-02 20:35   ` rb [this message]
2005-03-03 19:42     ` Kevin Rodgers
2005-03-03 20:51 ` Michael Mauger
     [not found] ` <mailman.2522.1109885280.32256.help-gnu-emacs@gnu.org>
2005-03-03 23:15   ` rb

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=kx91xax6b1e.fsf@panix5.panix.com \
    --to=rb@panix.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.