summaryrefslogtreecommitdiff
path: root/source3/utils/net_idmap.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/utils/net_idmap.c')
-rw-r--r--source3/utils/net_idmap.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/source3/utils/net_idmap.c b/source3/utils/net_idmap.c
index e3640bdcd8..7551354cef 100644
--- a/source3/utils/net_idmap.c
+++ b/source3/utils/net_idmap.c
@@ -372,22 +372,6 @@ static int net_idmap_secret(struct net_context *c, int argc, const char **argv)
return 0;
}
-int net_help_idmap(struct net_context *c, int argc, const char **argv)
-{
- d_printf(_("net idmap dump <inputfile>\n"
- " Dump current id mapping\n"));
-
- d_printf(_("net idmap restore\n"
- " Restore entries from stdin\n"));
-
- /* Deliberately *not* document net idmap delete */
-
- d_printf(_("net idmap secret <DOMAIN> <secret>\n"
- " Set the secret for the specified DOMAIN module)\n"));
-
- return -1;
-}
-
static int net_idmap_aclmapset(struct net_context *c, int argc, const char **argv)
{
TALLOC_CTX *mem_ctx;