diff options
-rw-r--r-- | docs/docbook/manpages/net.8.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/docbook/manpages/net.8.xml b/docs/docbook/manpages/net.8.xml index 117fdb5818..edee7198d6 100644 --- a/docs/docbook/manpages/net.8.xml +++ b/docs/docbook/manpages/net.8.xml @@ -138,6 +138,18 @@ or synchronise the time on the local server with the time on the remote server.</para> <refsect3> +<title>CHANGESECRETPW</title> + +<para>This command allows the Samba machine account password to be set from an external application +to a machine account password that has already been stored in Active Directory. DO NOT USE this command +unless you know exactly what you are doing. The use of this command requires that the force flag (-f) +be used also. There will be NO command prompt. Whatever information is piped into stdin, either by +typing at the command line or otherwise, will be stored as the literal machine password. Do NOT use +this without care and attention as it will overwrite a legitimate machine password without warning. +YOU HAVE BEEN WARNED. +</para> + +<refsect3> <title>TIME</title> <para>Without any options, the <command>NET TIME</command> command @@ -149,7 +161,7 @@ displays the time on the remote server. <refsect3> <title>TIME SYSTEM</title> -<para> Displays the time on the remote server in a format ready for <command>/bin/date</command></para> +<para>Displays the time on the remote server in a format ready for <command>/bin/date</command></para> </refsect3> |