Ticket was cloned from Red Hat Bugzilla: Bug 1603444
Please note that this Bug is private and may not be accessible as it contains confidential Red Hat customer information.
The error is in https://pagure.io/freeipa/blob/master/f/ipaserver/install/dns.py#_293-298 # test DNSSEC forwarders if options.forwarders: if (not bindinstance.check_forwarders(options.forwarders) and not options.no_dnssec_validation): options.no_dnssec_validation = True print("WARNING: DNSSEC validation will be disabled") the check for 'not options.no_dnssec_validation' should be before the check_forwarders() call. When dnssec validation is disabled, we shouldn't even try to run it.
Metadata Update from @abiagion: - Custom field rhbz adjusted to https://bugzilla.redhat.com/show_bug.cgi?id=1603444
Metadata Update from @frenaud: - Issue assigned to frenaud
Metadata Update from @frenaud: - Custom field on_review adjusted to https://github.com/freeipa/freeipa/pull/2310
master:
ipa-4-7:
ipa-4-6:
Metadata Update from @tdudlak: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)