mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix regression: ipa-dns-install will add CA records if required
https://fedorahosted.org/freeipa/ticket/5101 Reviewed-By: Tomas Babej <tbabej@redhat.com>
This commit is contained in:
parent
462e0b9eb1
commit
1d9bdb2409
@ -120,7 +120,7 @@ def main():
|
||||
|
||||
api.Backend.ldap2.connect(autobind=True)
|
||||
|
||||
options.setup_ca = False
|
||||
options.setup_ca = None # must be None to enable autodetection
|
||||
|
||||
dns_installer.install_check(True, False, options, hostname=api.env.host)
|
||||
dns_installer.install(True, False, options)
|
||||
|
Loading…
Reference in New Issue
Block a user