https://fedorahosted.org/freeipa/ticket/6078
-- Martin^3 Babinsky
From fd0821d5a55dc71fea650fb0167414fd7702ad25 Mon Sep 17 00:00:00 2001 From: Martin Babinsky <[email protected]> Date: Mon, 18 Jul 2016 10:45:48 +0200 Subject: [PATCH] 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 --- ipaserver/plugins/radiusproxy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ipaserver/plugins/radiusproxy.py b/ipaserver/plugins/radiusproxy.py index 44d87b9ae1337278bb6237d471f64693b0eac3db..5657e002c1ce66335b7697b98f95a49207c61d87 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', -- 2.7.4
-- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code
