summaryrefslogtreecommitdiff
path: root/source3/utils/net_help.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-06-19 09:54:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:17:36 -0500
commitc893dfa500c03987e37ff179ea731285f81b6c33 (patch)
tree17d0bb43cf781f2a5c10c45f3bece9c22d564f2e /source3/utils/net_help.c
parent0f14e3eb8dfda0250ed8af6deffdc41154331eee (diff)
downloadsamba-c893dfa500c03987e37ff179ea731285f81b6c33.tar.gz
samba-c893dfa500c03987e37ff179ea731285f81b6c33.tar.bz2
samba-c893dfa500c03987e37ff179ea731285f81b6c33.zip
r16344: Allow to set passwords directly when creating users via "net rpc user
add" (as the documentation says, and currently onle "net ads user add" did). Fixes #3843. Guenther (This used to be commit 5d776d5fabded9b713080789aefc6058510b51f6)
Diffstat (limited to 'source3/utils/net_help.c')
-rw-r--r--source3/utils/net_help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c
index 40892ab091..369fc095f2 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> [-c container] "\
+ d_printf("\nnet [<method>] user ADD <name> [password] [-c container] "\
"[-F user flags] [misc. options]"\
" [targets]\n\tAdd specified user\n");
d_printf("\nnet [<method>] user RENAME <oldusername> <newusername>"\