diff options
author | Michael Adam <obnox@samba.org> | 2013-09-06 17:48:40 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2013-10-02 00:06:29 +0200 |
commit | 601b67bc5774dbdbdec34862436d18c1ffb65f1c (patch) | |
tree | 05b1c0592dd2e0128081ebf4200c3090d31e74a2 | |
parent | 873ae9c6b7397769b01b23d022d0589ee501618f (diff) | |
download | samba-601b67bc5774dbdbdec34862436d18c1ffb65f1c.tar.gz samba-601b67bc5774dbdbdec34862436d18c1ffb65f1c.tar.bz2 samba-601b67bc5774dbdbdec34862436d18c1ffb65f1c.zip |
net: rename "net idmap setmap" to "net idmap set"
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
-rw-r--r-- | source3/utils/net_idmap.c | 5 |
1 files changed, 3 insertions, 2 deletions
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") }, { |