diff options
author | Jan Cholasta <jcholast@redhat.com> | 2013-04-15 12:19:11 +0200 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2013-04-15 21:12:36 +0200 |
commit | f684c6d6f8f8cde5689a92cf2b06914c3e3da34c (patch) | |
tree | 807412f94d71a20b279fcdb02835fb0d2f46f654 /install/share/bind.zone.db.template | |
parent | ddeb1cea5564093799a6352b2c25bda68d971ce3 (diff) | |
download | freeipa-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/share/bind.zone.db.template')
-rw-r--r-- | install/share/bind.zone.db.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/share/bind.zone.db.template b/install/share/bind.zone.db.template index 5ee71d688..6795bb01a 100644 --- a/install/share/bind.zone.db.template +++ b/install/share/bind.zone.db.template @@ -26,4 +26,4 @@ _kpasswd._udp IN SRV 0 100 464 $HOST $OPTIONAL_NTP ; CNAME for IPA CA replicas (used for CRL, OCSP) -$IPA_CA_CNAME IN CNAME $HOST +$IPA_CA_RECORD |