freeipa/ipaclient/plugins
Florence Blanc-Renaud cad6a551d6 Fix ipa hbactest output
ipa hbactest command produces a Traceback (TypeError: cannot concatenate
'str' and 'bool' objects)
This happens because hbactest overrides output_for_cli but does not
properly handle the output for 'value' field. 'value' contains a boolean
but it should not be displayed (refer to ipalib/frontend.py,
Command.output_for_cli()).

Note that the issue did not appear before because the 'value' field
had a flag no_display.

https://fedorahosted.org/freeipa/ticket/6157

Reviewed-By: Martin Basti <mbasti@redhat.com>
2016-08-04 17:13:16 +02:00
..
__init__.py ipaclient: introduce ipaclient.plugins 2016-06-03 09:00:34 +02:00
automember.py client: ignore override errors in command overrides 2016-06-30 16:32:20 +02:00
automount.py frontend: Change doc, summary, topic and NO_CLI to class properties 2016-08-03 16:32:39 +02:00
cert.py client: ignore override errors in command overrides 2016-06-30 16:32:20 +02:00
certprofile.py client: ignore override errors in command overrides 2016-06-30 16:32:20 +02:00
dns.py client: ignore override errors in command overrides 2016-06-30 16:32:20 +02:00
hbacrule.py ipalib: split off client-side plugin code into ipaclient 2016-06-03 09:00:34 +02:00
hbactest.py Fix ipa hbactest output 2016-08-04 17:13:16 +02:00
host.py client: ignore override errors in command overrides 2016-06-30 16:32:20 +02:00
idrange.py client: ignore override errors in command overrides 2016-06-30 16:32:20 +02:00
internal.py client: ignore override errors in command overrides 2016-06-30 16:32:20 +02:00
location.py client: ignore override errors in command overrides 2016-06-30 16:32:20 +02:00
migration.py Removed unused method parameter from migrate-ds 2016-07-13 18:40:22 +02:00
misc.py client: ignore override errors in command overrides 2016-06-30 16:32:20 +02:00
otptoken_yubikey.py frontend: Change doc, summary, topic and NO_CLI to class properties 2016-08-03 16:32:39 +02:00
otptoken.py client: ignore override errors in command overrides 2016-06-30 16:32:20 +02:00
passwd.py client: ignore override errors in command overrides 2016-06-30 16:32:20 +02:00
permission.py client: ignore override errors in command overrides 2016-06-30 16:32:20 +02:00
rpcclient.py ipalib: move client-side plugins to ipaclient 2016-06-03 09:00:34 +02:00
server.py client: ignore override errors in command overrides 2016-06-30 16:32:20 +02:00
service.py client: ignore override errors in command overrides 2016-06-30 16:32:20 +02:00
sudorule.py client: ignore override errors in command overrides 2016-06-30 16:32:20 +02:00
topology.py client: ignore override errors in command overrides 2016-06-30 16:32:20 +02:00
trust.py client: ignore override errors in command overrides 2016-06-30 16:32:20 +02:00
user.py client: ignore override errors in command overrides 2016-06-30 16:32:20 +02:00
vault.py vault: add missing salt option to vault_mod 2016-08-04 14:20:06 +02:00