summaryrefslogtreecommitdiffstats
path: root/install/share/bind.named.conf.template
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2014-06-27 17:07:00 +0200
committerPetr Viktorin <pviktori@redhat.com>2014-07-02 18:41:57 +0200
commit3b310d6b4f8063149d1abe823b64bc9796a97ab2 (patch)
tree3aa0789fa4467b505506af5042eaaa0f6152a23d /install/share/bind.named.conf.template
parent5c2ddaf6606736074c4b548592405a8e98027308 (diff)
downloadfreeipa-3b310d6b4f8063149d1abe823b64bc9796a97ab2.tar.gz
freeipa-3b310d6b4f8063149d1abe823b64bc9796a97ab2.tar.xz
freeipa-3b310d6b4f8063149d1abe823b64bc9796a97ab2.zip
DNSSEC: Add experimental support for DNSSEC
Ticket: https://fedorahosted.org/freeipa/ticket/4408 Reviewed-By: Petr Spacek <pspacek@redhat.com>
Diffstat (limited to 'install/share/bind.named.conf.template')
-rw-r--r--install/share/bind.named.conf.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/share/bind.named.conf.template b/install/share/bind.named.conf.template
index 0984febb1..6db17120f 100644
--- a/install/share/bind.named.conf.template
+++ b/install/share/bind.named.conf.template
@@ -16,6 +16,8 @@ options {
tkey-gssapi-keytab "/etc/named.keytab";
pid-file "/run/named/named.pid";
+
+ dnssec-enable yes;
};
/* If you want to enable debugging, eg. using the 'rndc trace' command,