summaryrefslogtreecommitdiffstats
path: root/ipaserver
diff options
context:
space:
mode:
authorMartin Babinsky <mbabinsk@redhat.com>2016-07-18 10:45:48 +0200
committerJan Cholasta <jcholast@redhat.com>2016-07-21 10:49:10 +0200
commit447feb7f37803b9bad8aab52841c4d1db293727a (patch)
treed1573492f73f10a6452b12f5af2dddb9c6ea14b0 /ipaserver
parent9093647f867e49bffc9042185b1765b48fe7400a (diff)
downloadfreeipa-447feb7f37803b9bad8aab52841c4d1db293727a.tar.gz
freeipa-447feb7f37803b9bad8aab52841c4d1db293727a.tar.xz
freeipa-447feb7f37803b9bad8aab52841c4d1db293727a.zip
expose `--secret` option in radiusproxy-* commands
Option `--secret` was hidden from radiusproxy CLI preventing setting a secret on existing server or searching by secret. Since thin client implementation it was also not recognized by the interactive prompt code in CLI frontend since it never got there. https://fedorahosted.org/freeipa/ticket/6078 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'ipaserver')
-rw-r--r--ipaserver/plugins/radiusproxy.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipaserver/plugins/radiusproxy.py b/ipaserver/plugins/radiusproxy.py
index 44d87b9ae..5657e002c 100644
--- a/ipaserver/plugins/radiusproxy.py
+++ b/ipaserver/plugins/radiusproxy.py
@@ -126,7 +126,6 @@ class radiusproxy(LDAPObject):
label=_('Secret'),
doc=_('The secret used to encrypt data'),
confirm=True,
- flags=['no_option'],
),
Int('ipatokenradiustimeout?',
cli_name='timeout',