1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

s3:net: remove unused net_idmap_help

Signed-off-by: Michael Adam <obnox@samba.org>

Autobuild-User: Michael Adam <obnox@samba.org>
Autobuild-Date: Tue Feb  8 11:50:37 CET 2011 on sn-devel-104
This commit is contained in:
Gregor Beck
2011-01-28 10:58:03 +01:00
committed by Michael Adam
parent 9732955038
commit 01d3da3c7c
2 changed files with 0 additions and 17 deletions

View File

@ -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;

View File

@ -86,7 +86,6 @@ int net_help(struct net_context *c, int argc, const char **argv);
/* The following definitions come from utils/net_idmap.c */
int net_help_idmap(struct net_context *c, int argc, const char **argv);
int net_idmap(struct net_context *c, int argc, const char **argv);
/* The following definitions come from utils/net_join.c */