summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-replica-manage
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2013-04-15 12:19:11 +0200
committerMartin Kosek <mkosek@redhat.com>2013-04-15 21:12:36 +0200
commitf684c6d6f8f8cde5689a92cf2b06914c3e3da34c (patch)
tree807412f94d71a20b279fcdb02835fb0d2f46f654 /install/tools/ipa-replica-manage
parentddeb1cea5564093799a6352b2c25bda68d971ce3 (diff)
downloadfreeipa-f684c6d6f8f8cde5689a92cf2b06914c3e3da34c.tar.gz
freeipa-f684c6d6f8f8cde5689a92cf2b06914c3e3da34c.tar.xz
freeipa-f684c6d6f8f8cde5689a92cf2b06914c3e3da34c.zip
Use A/AAAA records instead of CNAME records in ipa-ca.
https://fedorahosted.org/freeipa/ticket/3547
Diffstat (limited to 'install/tools/ipa-replica-manage')
-rwxr-xr-xinstall/tools/ipa-replica-manage1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/tools/ipa-replica-manage b/install/tools/ipa-replica-manage
index 956fb2f14..8ab4dc547 100755
--- a/install/tools/ipa-replica-manage
+++ b/install/tools/ipa-replica-manage
@@ -718,6 +718,7 @@ def del_master(realm, hostname, options):
api.Backend.ldap2.connect(ccache=ccache)
bind = bindinstance.BindInstance()
bind.remove_master_dns_records(hostname, realm, realm.lower())
+ bind.remove_ipa_ca_dns_records(hostname, realm.lower())
except Exception, e:
print "Failed to cleanup %s DNS entries: %s" % (hostname, e)
print "You may need to manually remove them from the tree"