The delegation uris are not set, match message to code.

Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
Jan Pazdziora 2015-10-13 13:07:24 +02:00 committed by Tomas Babej
parent 5f3784520b
commit 9d7abfaf7a

View File

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