summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-06-22 12:20:09 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-28 16:56:35 +0200
commit5693d195501611c6abe9dbdf1370b898ffa6b3c7 (patch)
tree7ed8a313e216a853241fe8ec3b075670d0cac737 /ipalib
parent104040cf363ec50d8006474422f2c13e44266806 (diff)
downloadfreeipa-5693d195501611c6abe9dbdf1370b898ffa6b3c7.tar.gz
freeipa-5693d195501611c6abe9dbdf1370b898ffa6b3c7.tar.xz
freeipa-5693d195501611c6abe9dbdf1370b898ffa6b3c7.zip
CA replica promotion: add proper CA DNS records
Update 'ipa-ca' records with A/AAAA records of the newly added replica https://fedorahosted.org/freeipa/ticket/5966 Reviewed-By: Petr Spacek <pspacek@redhat.com>
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index 8451c9957..0574bb3aa 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -272,3 +272,4 @@ DOMAIN_SUFFIX_NAME = 'domain'
CA_SUFFIX_NAME = 'ca'
PKI_GSSAPI_SERVICE_NAME = 'dogtag'
IPA_CA_CN = u'ipa'
+IPA_CA_RECORD = "ipa-ca"