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

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

Re: Clear Text Passwords


From: Kevin Rodgers
Subject: Re: Clear Text Passwords
Date: Thu, 04 Aug 2005 09:18:07 -0600
User-agent: Mozilla Thunderbird 0.9 (X11/20041105)

Robert Setterlund wrote:
> I am the administrator of a Sun Solaris 8.0 and 9.0 server.  My users
> have recently reported a problem.  When they enter the Unix command
> passwd, to change their system password, and are prompted for their
> current password, the password is displayed in clear text as they enter
> it.  They are using Hummingbird Exceed's xstart to log into the Unix
> server, open a virtual terminal and enter emacs.  I have had them try
> the same process using telnet from a Windows XP computer and the
> password is just not displayed.  Is there a way of configuring emacs to
> not display the password?

(add-hook 'comint-output-filter-functions 'comint-watch-for-password-prompt)

If you put that in default.el or site-start.el, all the users will
benefit.

--
Kevin Rodgers





reply via email to

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