diff options
author | John Terpstra <jht@samba.org> | 2005-05-16 18:22:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:56:55 -0500 |
commit | 32f374cb3feff9b929509216f6586e9053108cde (patch) | |
tree | f6dd3bffe52cfac64187b6560d527b48729e2086 | |
parent | ab964c6cd7c5eee4bf1deaef4acecbd0dfaa784c (diff) | |
download | samba-32f374cb3feff9b929509216f6586e9053108cde.tar.gz samba-32f374cb3feff9b929509216f6586e9053108cde.tar.bz2 samba-32f374cb3feff9b929509216f6586e9053108cde.zip |
r6820: Remove claim that password can be set with account creation (RPC).
(This used to be commit 2529d615a6fcd09e494b445ee7a4acec78005ac2)
-rw-r--r-- | source3/utils/net_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c index b1c510d19e..713ef6b92b 100644 --- a/source3/utils/net_help.c +++ b/source3/utils/net_help.c @@ -73,7 +73,7 @@ int net_help_user(int argc, const char **argv) "\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>"\ |