diff options
Diffstat (limited to 'source3/utils/net_idmap.c')
-rw-r--r-- | source3/utils/net_idmap.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/utils/net_idmap.c b/source3/utils/net_idmap.c index 15e78c6c4b0..a26f2b95e62 100644 --- a/source3/utils/net_idmap.c +++ b/source3/utils/net_idmap.c @@ -1395,14 +1395,6 @@ int net_idmap(struct net_context *c, int argc, const char **argv) " Delete entries from the ID mapping database") }, { - "secret", - net_idmap_secret, - NET_TRANSPORT_LOCAL, - N_("Set secret for specified domain"), - N_("net idmap secret <DOMAIN> <secret>\n" - " Set secret for specified domain") - }, - { "check", net_idmap_check, NET_TRANSPORT_LOCAL, |