diff options
author | Jan Pazdziora <jpazdziora@redhat.com> | 2015-10-13 13:07:24 +0200 |
---|---|---|
committer | Tomas Babej <tbabej@redhat.com> | 2015-10-13 13:20:25 +0200 |
commit | 9d7abfaf7a97f3ea0831d1870898c00b7e8d93e3 (patch) | |
tree | 438e6de77817750e62af8981bc922f37bba0f0b5 | |
parent | 5f3784520b5183a75f85b3c235b1e9178c0d5e2f (diff) | |
download | freeipa-9d7abfaf7a97f3ea0831d1870898c00b7e8d93e3.tar.gz freeipa-9d7abfaf7a97f3ea0831d1870898c00b7e8d93e3.tar.xz freeipa-9d7abfaf7a97f3ea0831d1870898c00b7e8d93e3.zip |
The delegation uris are not set, match message to code.
Reviewed-By: Tomas Babej <tbabej@redhat.com>
-rwxr-xr-x | ipa-client/ipa-install/ipa-client-install | 2 |
1 files changed, 1 insertions, 1 deletions
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: |