summaryrefslogtreecommitdiff
path: root/source4/utils/net/net.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-04-08 23:58:15 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-04-09 11:53:00 +0200
commit9af8d02b2230f78e4842106b918ff278dadd1d59 (patch)
treeda57b48f86ad8fba7d00a9916a0ea2ab732d28b7 /source4/utils/net/net.c
parentf83aa13f6228e04359952f04ebd7afed9a742c4a (diff)
downloadsamba-9af8d02b2230f78e4842106b918ff278dadd1d59.tar.gz
samba-9af8d02b2230f78e4842106b918ff278dadd1d59.tar.bz2
samba-9af8d02b2230f78e4842106b918ff278dadd1d59.zip
s4-net: Convert machinepw command to python.
Diffstat (limited to 'source4/utils/net/net.c')
-rw-r--r--source4/utils/net/net.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/utils/net/net.c b/source4/utils/net/net.c
index 398a4709ae..56f7c77736 100644
--- a/source4/utils/net/net.c
+++ b/source4/utils/net/net.c
@@ -200,7 +200,6 @@ static const struct net_functable net_functable[] = {
{"join", "join a domain\n", net_join, net_join_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},
- {"machinepw", "Get a machine password out of our SAM\n", net_machinepw, net_machinepw_usage},
{"drs", "Implements functionality offered by repadmin.exe utility in Windows\n", net_drs, net_drs_usage},
{NULL, NULL, NULL, NULL}
};