diff options
-rw-r--r-- | docs/manpages-3/pdbedit.8.xml | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ <arg choice="opt">-S script</arg> <arg choice="opt">-p profile</arg> <arg choice="opt">-a</arg> + <arg choice="opt">-t, --password-from-stdin</arg> <arg choice="opt">-m</arg> <arg choice="opt">-r</arg> <arg choice="opt">-x</arg> @@ -275,6 +276,17 @@ retype new password </varlistentry> <varlistentry> + <term>-t, --password-from-stdin</term> + <listitem><para>This option causes pdbedit to read the password + from standard input, rather than from /dev/tty (like the + <command>passwd(1)</command> program does). The password has + to be submitted twice and terminated by a newline each.</para> + + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>-r</term> <listitem><para>This option is used to modify an existing user in the database. This command needs a user name specified with the -u |