From 64845bdc829d6a6179d0762b7e97ef23828562a3 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Fri, 3 Oct 2014 15:53:45 +0200 Subject: ask-password: Add --echo to enable echoing the user input Programs such as OpenVPN may use ask-password for not only retrieving passwords, but also usernames. Masking usernames with * seems just silly. v2 - Don't mess with termios flags, instead print the input instead of an asterix. Resolves issues with backspace and TAB input. v3 - Renamed 'do_echo' variables and argument to 'echo'. Also modified the ask_password_{tty,agent,auto} API instead of additional wrapper functions. [zj: undo changes to ask_password_auto, since no callers were using the new argument.] --- man/systemd-ask-password.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'man/systemd-ask-password.xml') diff --git a/man/systemd-ask-password.xml b/man/systemd-ask-password.xml index ce0ac3d1a2..448df62100 100644 --- a/man/systemd-ask-password.xml +++ b/man/systemd-ask-password.xml @@ -126,6 +126,17 @@ + + + + Echo the user input + instead of masking it. This is useful + when using + systemd-ask-password + to query for usernames. + + + -- cgit v1.2.1