svn commit: samba r6820 - in branches/SAMBA_3_0/source/utils: .

jht at samba.org jht at samba.org
Mon May 16 18:22:23 GMT 2005


Author: jht
Date: 2005-05-16 18:22:22 +0000 (Mon, 16 May 2005)
New Revision: 6820

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6820

Log:
Remove claim that password can be set with account creation (RPC).
Modified:
   branches/SAMBA_3_0/source/utils/net_help.c


Changeset:
Modified: branches/SAMBA_3_0/source/utils/net_help.c
===================================================================
--- branches/SAMBA_3_0/source/utils/net_help.c	2005-05-16 15:31:02 UTC (rev 6819)
+++ branches/SAMBA_3_0/source/utils/net_help.c	2005-05-16 18:22:22 UTC (rev 6820)
@@ -73,7 +73,7 @@
 		 "\n\tDelete specified user\n");
 	d_printf("\nnet [<method>] user INFO <name> [misc. options] [targets]"\
 		 "\n\tList the domain groups of the specified user\n");
-	d_printf("\nnet [<method>] user ADD <name> [password] [-c container] "\
+	d_printf("\nnet [<method>] user ADD <name> [-c container] "\
 		 "[-F user flags] [misc. options]"\
 		 " [targets]\n\tAdd specified user\n");
 	d_printf("\nnet [<method>] user RENAME <oldusername> <newusername>"\



More information about the samba-cvs mailing list