From 9d7abfaf7a97f3ea0831d1870898c00b7e8d93e3 Mon Sep 17 00:00:00 2001 From: Jan Pazdziora Date: Tue, 13 Oct 2015 13:07:24 +0200 Subject: [PATCH] The delegation uris are not set, match message to code. Reviewed-By: Tomas Babej --- 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 c50ea67cb..e38a0f2f9 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: