From 448af06234030d171cd0cee654f970456d53e9e6 Mon Sep 17 00:00:00 2001 From: Jan Cholasta Date: Wed, 15 Jun 2016 08:02:30 +0200 Subject: dns, passwd: fix outputs of `dns_resolve` and `passwd` commands Use proper output type for the `value` output of the commands. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka --- ipaserver/plugins/dns.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipaserver/plugins/dns.py') diff --git a/ipaserver/plugins/dns.py b/ipaserver/plugins/dns.py index db1790793..5df363cc2 100644 --- a/ipaserver/plugins/dns.py +++ b/ipaserver/plugins/dns.py @@ -3965,7 +3965,7 @@ class dns_resolve(Command): NO_CLI = True - has_output = output.standard_value + has_output = output.simple_value msg_summary = _('Found \'%(value)s\'') takes_args = ( -- cgit