summaryrefslogtreecommitdiff
path: root/source3/utils/net_idmap.c
diff options
context:
space:
mode:
authorAtul Kulkarni <atul.kulkarni@in.ibm.com>2013-10-03 16:17:47 +0530
committerJeremy Allison <jra@samba.org>2013-11-08 01:03:25 +0100
commit15b0c39befae67004a0d462601eabc5172060031 (patch)
tree202a1a73a955b7f4113ff9a64007bad431b7b5fc /source3/utils/net_idmap.c
parentd6979eea80b5467ef380cd2804286801404a0f65 (diff)
downloadsamba-15b0c39befae67004a0d462601eabc5172060031.tar.gz
net: remove net idmap secret
This is moved to net idmap set secret for consistency. Signed-off-by: Atul Kulkarni <atul.kulkarni@in.ibm.com> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Nov 8 01:03:25 CET 2013 on sn-devel-104
Diffstat (limited to 'source3/utils/net_idmap.c')
-rw-r--r--source3/utils/net_idmap.c8
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,