From 627e065235445b16c350263729d720d9cb81e7b5 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Fri, 29 Aug 2003 00:10:37 +0000 Subject: Adding docs for the CHANGESECRETPW command. (This used to be commit c2f354e7dcacdad43deca4cf3f807bfe6a908fad) --- docs/docbook/manpages/net.8.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'docs') 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 @@ -137,6 +137,18 @@ The NET TIME command allows you to view the time on a remote server or synchronise the time on the local server with the time on the remote server. + +CHANGESECRETPW + +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. + + TIME @@ -149,7 +161,7 @@ displays the time on the remote server. TIME SYSTEM - Displays the time on the remote server in a format ready for /bin/date +Displays the time on the remote server in a format ready for /bin/date -- cgit