diff options
author | Lars Müller <lmuelle@samba.org> | 2006-02-16 23:15:34 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:47:16 -0500 |
commit | e8290145a973c5384ea88f0fc8cac5dc71cf3dd5 (patch) | |
tree | 6b5d80ae5b24d88e11bf2734c40bd5434f6f9cc4 /docs/manpages-3/pdbedit.8.xml | |
parent | 855154b8136497589c7cf6d2c0ca7cf1c0f4458a (diff) | |
download | samba-e8290145a973c5384ea88f0fc8cac5dc71cf3dd5.tar.gz samba-e8290145a973c5384ea88f0fc8cac5dc71cf3dd5.tar.bz2 samba-e8290145a973c5384ea88f0fc8cac5dc71cf3dd5.zip |
Document -t, --password-from-stdin feature.
(This used to be commit 19bd9603b4c8cb55176f3e916e138623f8ecc468)
Diffstat (limited to 'docs/manpages-3/pdbedit.8.xml')
-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 |