1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

docs-xml: Update net manpage for new cmdline opition parser

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andreas Schneider 2021-01-19 07:42:08 +01:00 committed by Andrew Bartlett
parent ea071d278a
commit 1796737eae

View File

@ -23,25 +23,43 @@
<command>net</command> <command>net</command>
<arg choice="req">&lt;ads|rap|rpc&gt;</arg> <arg choice="req">&lt;ads|rap|rpc&gt;</arg>
<arg choice="opt">-h|--help</arg> <arg choice="opt">-h|--help</arg>
<arg choice="opt">-w|--workgroup workgroup</arg> <arg choice="opt">-d|--debuglevel=DEBUGLEVEL</arg>
<arg choice="opt">-W|--myworkgroup myworkgroup</arg> <arg choice="opt">--debug-stdout</arg>
<arg choice="opt">-U|--user user</arg> <arg choice="opt">--configfile=CONFIGFILE</arg>
<arg choice="opt">-A|--authentication-file authfile</arg> <arg choice="opt">--option=name=value</arg>
<arg choice="opt">-l|--log-basename=LOGFILEBASE</arg>
<arg choice="opt">--leak-report</arg>
<arg choice="opt">--leak-report-full</arg>
<arg choice="opt">-R|--name-resolve=NAME-RESOLVE-ORDER</arg>
<arg choice="opt">-O|--socket-options=SOCKETOPTIONS</arg>
<arg choice="opt">-m|--maxprotocol=MAXPROTOCOL</arg>
<arg choice="opt">-n|--netbiosname=NETBIOSNAME</arg>
<arg choice="opt">--netbios-scope=SCOPE</arg>
<arg choice="opt">-W|--workgroup=WORKGROUP</arg>
<arg choice="opt">--realm=REALM</arg>
<arg choice="opt">-U|--user=[DOMAIN/]USERNAME[%PASSWORD]</arg>
<arg choice="opt">-N|--no-pass</arg>
<arg choice="opt">--password=STRING</arg>
<arg choice="opt">--pw-nt-hash</arg>
<arg choice="opt">-A|--authentication-file=FILE</arg>
<arg choice="opt">-P|--machine-pass</arg>
<arg choice="opt">--simple-bind-dn=DN</arg>
<arg choice="opt">--use-kerberos=desired|required|off</arg>
<arg choice="opt">--use-krb5-ccache=CCACHE</arg>
<arg choice="opt">--use-winbind-ccache</arg>
<arg choice="opt">--client-protection=sign|encrypt|off</arg>
<arg choice="opt">-V|--version</arg>
<arg choice="opt">-w|--target-workgroup workgroup</arg>
<arg choice="opt">-I|--ipaddress ip-address</arg> <arg choice="opt">-I|--ipaddress ip-address</arg>
<arg choice="opt">-p|--port port</arg> <arg choice="opt">-p|--port port</arg>
<arg choice="opt">-n myname</arg> <arg choice="opt">--myname</arg>
<arg choice="opt">-s conffile</arg>
<arg choice="opt">-S|--server server</arg> <arg choice="opt">-S|--server server</arg>
<arg choice="opt">-l|--long</arg> <arg choice="opt">--long</arg>
<arg choice="opt">-v|--verbose</arg> <arg choice="opt">-v|--verbose</arg>
<arg choice="opt">-f|--force</arg> <arg choice="opt">-f|--force</arg>
<arg choice="opt">-P|--machine-pass</arg>
<arg choice="opt">-d debuglevel</arg>
<arg choice="opt">-V</arg>
<arg choice="opt">--request-timeout seconds</arg> <arg choice="opt">--request-timeout seconds</arg>
<arg choice="opt">-t|--timeout seconds</arg> <arg choice="opt">-t|--timeout seconds</arg>
<arg choice="opt">-i|--stdin</arg> <arg choice="opt">-i|--stdin</arg>
<arg choice="opt">--tallocreport</arg>
</cmdsynopsis> </cmdsynopsis>
</refsynopsisdiv> </refsynopsisdiv>
@ -66,31 +84,14 @@
<title>OPTIONS</title> <title>OPTIONS</title>
<variablelist> <variablelist>
&stdarg.help;
&stdarg.kerberos;
<varlistentry> <varlistentry>
<term>-w|--workgroup target-workgroup</term> <term>-w|--target-workgroup target-workgroup</term>
<listitem><para> <listitem><para>
Sets target workgroup or domain. You have to specify Sets target workgroup or domain. You have to specify
either this option or the IP address or the name of a server. either this option or the IP address or the name of a server.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>-W|--myworkgroup workgroup</term>
<listitem><para>
Sets client workgroup or domain
</para></listitem>
</varlistentry>
<varlistentry>
<term>-U|--user user</term>
<listitem><para>
User name to use
</para></listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term>-I|--ipaddress ip-address</term> <term>-I|--ipaddress ip-address</term>
<listitem><para> <listitem><para>
@ -108,8 +109,6 @@
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
&stdarg.netbios.name;
<varlistentry> <varlistentry>
<term>-S|--server server</term> <term>-S|--server server</term>
<listitem><para> <listitem><para>
@ -139,13 +138,6 @@
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>-P|--machine-pass</term>
<listitem><para>
Make queries to the external server using the machine account of the local server.
</para></listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term>--request-timeout 30</term> <term>--request-timeout 30</term>
<listitem><para> <listitem><para>
@ -161,13 +153,6 @@
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>--use-ccache</term>
<listitem><para>
Try to use the credentials cached by winbind.
</para></listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term>-i|--stdin</term> <term>-i|--stdin</term>
<listitem><para> <listitem><para>
@ -175,14 +160,6 @@
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>--tallocreport</term>
<listitem><para>
Generate a talloc report while processing a net
command.
</para></listitem>
</varlistentry>
<varlistentry> <varlistentry>
<term>-T|--test</term> <term>-T|--test</term>
<listitem><para>Only test command sequence, dry-run. <listitem><para>Only test command sequence, dry-run.
@ -202,7 +179,7 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>-n|--myname MYNAME</term> <term>--myname MYNAME</term>
<listitem><para>Use MYNAME as a requester name for a net subcommand. <listitem><para>Use MYNAME as a requester name for a net subcommand.
</para></listitem> </para></listitem>
</varlistentry> </varlistentry>
@ -333,7 +310,7 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>-R|--rid RID</term> <term>--rid RID</term>
<listitem><para>Sets the rid of a group mapping <listitem><para>Sets the rid of a group mapping
(used in "net groupmap set"). (used in "net groupmap set").
</para></listitem> </para></listitem>
@ -412,9 +389,9 @@
directory.</para></listitem> directory.</para></listitem>
</varlistentry> </varlistentry>
&stdarg.encrypt; &cmdline.common.samba.client;
&popt.common.samba.client; &cmdline.common.connection;
&cmdline.common.credentials;
</variablelist> </variablelist>
</refsect1> </refsect1>