[Freeipa-devel] [PATCH 5] The delegation uris are not set, match message to code

Jan Pazdziora jpazdziora at redhat.com
Tue Oct 13 11:14:18 UTC 2015


One-liner.

-- 
Jan Pazdziora
Senior Principal Software Engineer, Identity Management Engineering, Red Hat
-------------- next part --------------
>From 612495129cb84fca972c0331adc591ea59dafd21 Mon Sep 17 00:00:00 2001
From: Jan Pazdziora <jpazdziora at redhat.com>
Date: Tue, 13 Oct 2015 13:07:24 +0200
Subject: [PATCH] The delegation uris are not set, match message to code.

---
 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 c50ea67cbf9b878c4b5aab4ae83cd9d46ee503cf..e38a0f2f970087791b18fff3137bdb1bc9ac2470 100755
--- a/ipa-client/ipa-install/ipa-client-install
+++ b/ipa-client/ipa-install/ipa-client-install
@@ -2194,7 +2194,7 @@ def configure_firefox(options, statestore, domain):
             root_logger.debug("Firefox preferences directory found '%s'." % preferences_dir)
             preferences_fname = os.path.join(preferences_dir, FIREFOX_PREFERENCES_FILENAME)
             update_txt = ipautil.template_str(FIREFOX_CONFIG_TEMPLATE, dict(DOMAIN=domain))
-            root_logger.debug("Firefox trusted and delegation uris will be set as '.%s' domain." % domain)
+            root_logger.debug("Firefox trusted uris will be set as '.%s' domain." % domain)
             root_logger.debug("Firefox configuration will be stored in '%s' file." % preferences_fname)
 
             try:
-- 
2.4.3



More information about the Freeipa-devel mailing list