diff options
author | John Terpstra <jht@samba.org> | 2003-08-29 00:10:37 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-08-29 00:10:37 +0000 |
commit | 627e065235445b16c350263729d720d9cb81e7b5 (patch) | |
tree | 2e61564ddbc3b1b348b721fe125e229ff54baa01 /docs/docbook/manpages | |
parent | fcdebdae6fb69575bbe6e622b112d2e61f972898 (diff) | |
download | samba-627e065235445b16c350263729d720d9cb81e7b5.tar.gz samba-627e065235445b16c350263729d720d9cb81e7b5.tar.bz2 samba-627e065235445b16c350263729d720d9cb81e7b5.zip |
Adding docs for the CHANGESECRETPW command.
(This used to be commit c2f354e7dcacdad43deca4cf3f807bfe6a908fad)
Diffstat (limited to 'docs/docbook/manpages')
-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> |