From 601b67bc5774dbdbdec34862436d18c1ffb65f1c Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 6 Sep 2013 17:48:40 +0200 Subject: net: rename "net idmap setmap" to "net idmap set" Signed-off-by: Michael Adam Reviewed-by: Volker Lendecke --- source3/utils/net_idmap.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source3/utils/net_idmap.c') diff --git a/source3/utils/net_idmap.c b/source3/utils/net_idmap.c index 22fc13c80b..6f2efec87b 100644 --- a/source3/utils/net_idmap.c +++ b/source3/utils/net_idmap.c @@ -575,6 +575,7 @@ static int net_idmap_set(struct net_context *c, int argc, const char **argv) d_printf("%s\n", _("Not implemented yet")); return -1; } + static bool idmap_store_secret(const char *backend, const char *domain, const char *identity, @@ -733,11 +734,11 @@ int net_idmap(struct net_context *c, int argc, const char **argv) " Restore entries from stdin") }, { - "setmap", + "set", net_idmap_set, NET_TRANSPORT_LOCAL, N_("Not implemented yet"), - N_("net idmap setmap\n" + N_("net idmap set\n" " Not implemented yet") }, { -- cgit