summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2015-07-07 16:28:48 +0200
committerTomas Babej <tbabej@redhat.com>2015-07-08 00:32:05 +0200
commit1d9bdb240943527e1e19704acd183eae254267ae (patch)
tree5f09217bf0d6ba0fda2ea58feba4ccf9c138894c
parent462e0b9eb16f52b66b723744c4b42c19ef4782c3 (diff)
downloadfreeipa-1d9bdb240943527e1e19704acd183eae254267ae.tar.gz
freeipa-1d9bdb240943527e1e19704acd183eae254267ae.tar.xz
freeipa-1d9bdb240943527e1e19704acd183eae254267ae.zip
Fix regression: ipa-dns-install will add CA records if required
https://fedorahosted.org/freeipa/ticket/5101 Reviewed-By: Tomas Babej <tbabej@redhat.com>
-rwxr-xr-xinstall/tools/ipa-dns-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/tools/ipa-dns-install b/install/tools/ipa-dns-install
index 3fcda04e7..34b952859 100755
--- a/install/tools/ipa-dns-install
+++ b/install/tools/ipa-dns-install
@@ -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)