summaryrefslogtreecommitdiff
path: root/source4/samba_tool/samba_tool.c
diff options
context:
space:
mode:
authorGiampaolo Lauria <lauria2@yahoo.com>2011-07-05 09:34:19 -0400
committerAndrew Tridgell <tridge@samba.org>2011-07-28 15:20:51 +1000
commitcdf89266fe92dfe534f1b72fae11054de36b96de (patch)
treeeda52d600b515086053dceaa1a361aabeb04d386 /source4/samba_tool/samba_tool.c
parent356a2cc0b05e557c63ae180c7432351a950078d4 (diff)
downloadsamba-cdf89266fe92dfe534f1b72fae11054de36b96de.tar.gz
samba-cdf89266fe92dfe534f1b72fae11054de36b96de.tar.bz2
samba-cdf89266fe92dfe534f1b72fae11054de36b96de.zip
samba-tool: Remove password as it has been moved to "user setpassword"
The password functionality has been moved to "user setpassword" to fit the object-action model Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source4/samba_tool/samba_tool.c')
-rw-r--r--source4/samba_tool/samba_tool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/samba_tool/samba_tool.c b/source4/samba_tool/samba_tool.c
index ce22944420..3c0f96f236 100644
--- a/source4/samba_tool/samba_tool.c
+++ b/source4/samba_tool/samba_tool.c
@@ -7,6 +7,7 @@
Copyright (C) 2001 Andrew Bartlett (abartlet@samba.org)
Copyright (C) 2004 Stefan Metzmacher (metze@samba.org)
Copyright (C) 2009 Jelmer Vernooij (jelmer@samba.org)
+ Copyright (C) 2011 Giampaolo Lauria (lauria2@yahoo.com)
Largely rewritten by metze in August 2004
@@ -195,7 +196,6 @@ int net_run_usage(struct net_context *ctx,
/* main function table */
static const struct net_functable net_functable[] = {
- {"password", "Changes/Sets the password on a user account [server connection needed]\n", net_password, net_password_usage},
{"samdump", "dump the sam of a domain\n", net_samdump, net_samdump_usage},
{"samsync", "synchronise into the local ldb the sam of an NT4 domain\n", net_samsync_ldb, net_samsync_ldb_usage},
{"gpo", "Administer group policies\n", net_gpo, net_gpo_usage},