diff options
author | Günther Deschner <gd@samba.org> | 2013-11-14 17:13:38 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-11-19 09:52:40 +0100 |
commit | 87e6b5b7fb22c8cf26ae00a315b3e73987f49d55 (patch) | |
tree | 85a5c8c6144be15915d3ef925a770af4ddfc3557 /docs-xml/manpages | |
parent | 80ab6eaa973df8874567306d1488a813801ab39c (diff) | |
download | samba-87e6b5b7fb22c8cf26ae00a315b3e73987f49d55.tar.gz samba-87e6b5b7fb22c8cf26ae00a315b3e73987f49d55.tar.xz samba-87e6b5b7fb22c8cf26ae00a315b3e73987f49d55.zip |
docs: mention --sequence in wbinfo manpage.
Guenther
Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r-- | docs-xml/manpages/wbinfo.1.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs-xml/manpages/wbinfo.1.xml b/docs-xml/manpages/wbinfo.1.xml index 3dbcfc181a..1a871c2359 100644 --- a/docs-xml/manpages/wbinfo.1.xml +++ b/docs-xml/manpages/wbinfo.1.xml @@ -61,6 +61,7 @@ <arg choice="opt">--remove-uid-mapping uid,sid</arg> <arg choice="opt">-s sid</arg> <arg choice="opt">--separator</arg> + <arg choice="opt">--sequence</arg> <arg choice="opt">--set-auth-user user%password</arg> <arg choice="opt">--set-gid-mapping gid,sid</arg> <arg choice="opt">--set-uid-mapping uid,sid</arg> @@ -414,6 +415,13 @@ </varlistentry> <varlistentry> + <term>--sequence</term> + <listitem><para>This command has been deprecated. Please use + the --online-status option instead. + </para></listitem> + </varlistentry> + + <varlistentry> <term>--set-auth-user <replaceable>username%password</replaceable></term> <listitem><para>Store username and password used by <citerefentry> <refentrytitle>winbindd</refentrytitle><manvolnum>8</manvolnum> |