Blame SOURCES/0022-expose-secret-option-in-radiusproxy-commands.patch
|
|
403b09 |
From a9914cc13e0b04fbe8637214970c99b2328a2dfa Mon Sep 17 00:00:00 2001
|
|
|
403b09 |
From: Martin Babinsky <mbabinsk@redhat.com>
|
|
|
403b09 |
Date: Mon, 18 Jul 2016 10:45:48 +0200
|
|
|
403b09 |
Subject: [PATCH] expose `--secret` option in radiusproxy-* commands
|
|
|
403b09 |
|
|
|
403b09 |
Option `--secret` was hidden from radiusproxy CLI preventing setting a secret
|
|
|
403b09 |
on existing server or searching by secret. Since thin client implementation it
|
|
|
403b09 |
was also not recognized by the interactive prompt code in CLI frontend since
|
|
|
403b09 |
it never got there.
|
|
|
403b09 |
|
|
|
403b09 |
https://fedorahosted.org/freeipa/ticket/6078
|
|
|
403b09 |
|
|
|
403b09 |
Reviewed-By: Jan Cholasta <jcholast@redhat.com>
|
|
|
403b09 |
---
|
|
|
403b09 |
ipaserver/plugins/radiusproxy.py | 1 -
|
|
|
403b09 |
1 file changed, 1 deletion(-)
|
|
|
403b09 |
|
|
|
403b09 |
diff --git a/ipaserver/plugins/radiusproxy.py b/ipaserver/plugins/radiusproxy.py
|
|
|
403b09 |
index 44d87b9ae1337278bb6237d471f64693b0eac3db..5657e002c1ce66335b7697b98f95a49207c61d87 100644
|
|
|
403b09 |
--- a/ipaserver/plugins/radiusproxy.py
|
|
|
403b09 |
+++ b/ipaserver/plugins/radiusproxy.py
|
|
|
403b09 |
@@ -126,7 +126,6 @@ class radiusproxy(LDAPObject):
|
|
|
403b09 |
label=_('Secret'),
|
|
|
403b09 |
doc=_('The secret used to encrypt data'),
|
|
|
403b09 |
confirm=True,
|
|
|
403b09 |
- flags=['no_option'],
|
|
|
403b09 |
),
|
|
|
403b09 |
Int('ipatokenradiustimeout?',
|
|
|
403b09 |
cli_name='timeout',
|
|
|
403b09 |
--
|
|
|
403b09 |
2.7.4
|
|
|
403b09 |
|