diff options
author | Günther Deschner <gd@samba.org> | 2013-11-14 17:18:40 +0100 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2013-11-19 09:52:40 +0100 |
commit | c55315a3a26ced194e553b5aa8e97f3a41a308ca (patch) | |
tree | a99436b59c43e014726e91ec6d9f0c5f25dffb38 /docs-xml/manpages | |
parent | 87e6b5b7fb22c8cf26ae00a315b3e73987f49d55 (diff) | |
download | samba-c55315a3a26ced194e553b5aa8e97f3a41a308ca.tar.gz samba-c55315a3a26ced194e553b5aa8e97f3a41a308ca.tar.xz samba-c55315a3a26ced194e553b5aa8e97f3a41a308ca.zip |
docs: mention --sids-to-unix-ids 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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs-xml/manpages/wbinfo.1.xml b/docs-xml/manpages/wbinfo.1.xml index 1a871c2359..9907dc637e 100644 --- a/docs-xml/manpages/wbinfo.1.xml +++ b/docs-xml/manpages/wbinfo.1.xml @@ -68,6 +68,7 @@ <arg choice="opt">-S sid</arg> <arg choice="opt">--sid-aliases sid</arg> <arg choice="opt">--sid-to-fullname sid</arg> + <arg choice="opt">--sids-to-unix-ids sidlist</arg> <arg choice="opt">-t</arg> <arg choice="opt">-u</arg> <arg choice="opt">--uid-info uid</arg> @@ -466,6 +467,14 @@ </varlistentry> <varlistentry> + <term>--sids-to-unix-ids <replaceable>sid1,sid2,sid3...</replaceable></term> + <listitem><para>Resolve SIDs to Unix IDs. + SIDs must be specified as ASCII strings + in the traditional Microsoft format. For example, + S-1-5-21-1455342024-3071081365-2475485837-500. </para></listitem> + </varlistentry> + + <varlistentry> <term>-t|--check-secret</term> <listitem><para>Verify that the workstation trust account created when the Samba server is added to the Windows NT |