summaryrefslogtreecommitdiffstats
path: root/source4/utils/net/net.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-03-01 20:43:19 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-04-08 22:37:35 +0200
commitcf17d48dec1ed94127b239c9bf40bcdcbcd808ca (patch)
treeb7d1ed98b21a4630e1875d91a9cf3af2e28de3ae /source4/utils/net/net.c
parent8d588e96d964de5db171cfb666feb1dc2f744aad (diff)
downloadsamba-cf17d48dec1ed94127b239c9bf40bcdcbcd808ca.tar.gz
samba-cf17d48dec1ed94127b239c9bf40bcdcbcd808ca.tar.xz
samba-cf17d48dec1ed94127b239c9bf40bcdcbcd808ca.zip
Migrate 'net export keytab' 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 83cc64d3456..e06671c10de 100644
--- a/source4/utils/net/net.c
+++ b/source4/utils/net/net.c
@@ -200,7 +200,6 @@ static const struct net_functable net_functable[] = {
{"time", "get remote server's time\n", net_time, net_time_usage},
{"join", "join a domain\n", net_join, net_join_usage},
{"samdump", "dump the sam of a domain\n", net_samdump, net_samdump_usage},
- {"export", "dump the sam of this domain\n", net_export, net_export_usage},
{"vampire", "join and syncronise an AD domain onto the local server\n", net_vampire, net_vampire_usage},
{"samsync", "synchronise into the local ldb the sam of an NT4 domain\n", net_samsync_ldb, net_samsync_ldb_usage},
{"user", "manage user accounts\n", net_user, net_user_usage},