From: Andreas Schneider Date: Tue, 19 Jan 2021 06:42:08 +0000 (+0100) Subject: docs-xml: Update net manpage for new cmdline opition parser X-Git-Tag: tevent-0.11.0~716 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1796737eaee9d2e16bb034ce50c095a9546232f2;p=thirdparty%2Fsamba.git docs-xml: Update net manpage for new cmdline opition parser Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/docs-xml/manpages/net.8.xml b/docs-xml/manpages/net.8.xml index 94689e96c98..f5b2b9157ef 100644 --- a/docs-xml/manpages/net.8.xml +++ b/docs-xml/manpages/net.8.xml @@ -23,25 +23,43 @@ net <ads|rap|rpc> -h|--help - -w|--workgroup workgroup - -W|--myworkgroup myworkgroup - -U|--user user - -A|--authentication-file authfile + -d|--debuglevel=DEBUGLEVEL + --debug-stdout + --configfile=CONFIGFILE + --option=name=value + -l|--log-basename=LOGFILEBASE + --leak-report + --leak-report-full + -R|--name-resolve=NAME-RESOLVE-ORDER + -O|--socket-options=SOCKETOPTIONS + -m|--maxprotocol=MAXPROTOCOL + -n|--netbiosname=NETBIOSNAME + --netbios-scope=SCOPE + -W|--workgroup=WORKGROUP + --realm=REALM + -U|--user=[DOMAIN/]USERNAME[%PASSWORD] + -N|--no-pass + --password=STRING + --pw-nt-hash + -A|--authentication-file=FILE + -P|--machine-pass + --simple-bind-dn=DN + --use-kerberos=desired|required|off + --use-krb5-ccache=CCACHE + --use-winbind-ccache + --client-protection=sign|encrypt|off + -V|--version + -w|--target-workgroup workgroup -I|--ipaddress ip-address -p|--port port - -n myname - -s conffile + --myname -S|--server server - -l|--long + --long -v|--verbose -f|--force - -P|--machine-pass - -d debuglevel - -V --request-timeout seconds -t|--timeout seconds -i|--stdin - --tallocreport @@ -66,31 +84,14 @@ OPTIONS - &stdarg.help; - &stdarg.kerberos; - - -w|--workgroup target-workgroup + -w|--target-workgroup target-workgroup Sets target workgroup or domain. You have to specify either this option or the IP address or the name of a server. - - -W|--myworkgroup workgroup - - Sets client workgroup or domain - - - - - -U|--user user - - User name to use - - - -I|--ipaddress ip-address @@ -108,8 +109,6 @@ - &stdarg.netbios.name; - -S|--server server @@ -139,13 +138,6 @@ - - -P|--machine-pass - - Make queries to the external server using the machine account of the local server. - - - --request-timeout 30 @@ -161,13 +153,6 @@ - - --use-ccache - - Try to use the credentials cached by winbind. - - - -i|--stdin @@ -175,14 +160,6 @@ - - --tallocreport - - Generate a talloc report while processing a net - command. - - - -T|--test Only test command sequence, dry-run. @@ -202,7 +179,7 @@ - -n|--myname MYNAME + --myname MYNAME Use MYNAME as a requester name for a net subcommand. @@ -333,7 +310,7 @@ - -R|--rid RID + --rid RID Sets the rid of a group mapping (used in "net groupmap set"). @@ -412,9 +389,9 @@ directory. - &stdarg.encrypt; - &popt.common.samba.client; - + &cmdline.common.samba.client; + &cmdline.common.connection; + &cmdline.common.credentials;