From e8290145a973c5384ea88f0fc8cac5dc71cf3dd5 Mon Sep 17 00:00:00 2001 From: Lars Müller Date: Thu, 16 Feb 2006 23:15:34 +0000 Subject: Document -t, --password-from-stdin feature. (This used to be commit 19bd9603b4c8cb55176f3e916e138623f8ecc468) --- docs/manpages-3/pdbedit.8.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs/manpages-3') diff --git a/docs/manpages-3/pdbedit.8.xml b/docs/manpages-3/pdbedit.8.xml index bfe6bffe70..4fd159e683 100644 --- a/docs/manpages-3/pdbedit.8.xml +++ b/docs/manpages-3/pdbedit.8.xml @@ -26,6 +26,7 @@ -S script -p profile -a + -t, --password-from-stdin -m -r -x @@ -274,6 +275,17 @@ retype new password + + -t, --password-from-stdin + This option causes pdbedit to read the password + from standard input, rather than from /dev/tty (like the + passwd(1) program does). The password has + to be submitted twice and terminated by a newline each. + + + + + -r This option is used to modify an existing user -- cgit