Hi,

The "Do you want download the CA cert from" message in ipa-client-install 
should be changed to "Do you want to download the CA cert from".
As this is a single-line trivial fix I haven't opened a trac ticket. I will do 
so if anyone feels this is necessary even in this case.

Thank you,
François
From 359ca1a9a27b7807d1e5954d42654630a0c7b9ad Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Cami?= <fc...@fedoraproject.org>
Date: Tue, 10 Nov 2015 22:50:25 +0100
Subject: [PATCH] ipa-client-install: Fix the "download the CA cert" query

---
 ipa-client/ipa-install/ipa-client-install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ipa-client/ipa-install/ipa-client-install b/ipa-client/ipa-install/ipa-client-install
index 14261e57f1fbc01ea57eb7e8160f9c8bf9d282f8..3011d25f3b8141e6a8464c71eeed38cf5302544e 100755
--- a/ipa-client/ipa-install/ipa-client-install
+++ b/ipa-client/ipa-install/ipa-client-install
@@ -2062,7 +2062,7 @@ def get_ca_certs(fstore, options, server, basedn, realm):
                 url = http_url()
                 override = not interactive
                 if interactive and not user_input(
-                    "Do you want download the CA cert from " + url + " ?\n"
+                    "Do you want to download the CA cert from " + url + " ?\n"
                     "(this is INSECURE)", False):
                     raise errors.NoCertificateError(message=u"HTTP certificate"
                             " download declined by user")
-- 
2.4.3

-- 
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

Reply via email to