summaryrefslogtreecommitdiffstats
path: root/install/share
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2011-06-22 08:35:50 +0200
committerRob Crittenden <rcritten@redhat.com>2011-06-27 23:14:16 -0400
commit5f4c75eb28b3d50a35fbf3a86a6d842bce8e72f9 (patch)
tree965c309bdfd35855f88bc9236e08eee9ce18ccbd /install/share
parentacc00afa4c0024f0a1edbb7bfa9295dad163568d (diff)
downloadfreeipa-5f4c75eb28b3d50a35fbf3a86a6d842bce8e72f9.tar.gz
freeipa-5f4c75eb28b3d50a35fbf3a86a6d842bce8e72f9.tar.xz
freeipa-5f4c75eb28b3d50a35fbf3a86a6d842bce8e72f9.zip
Allow recursion by default
Update name server configuration file to allow any host to issue recursive queries (allow-recursion statement). https://fedorahosted.org/freeipa/ticket/1335
Diffstat (limited to 'install/share')
-rw-r--r--install/share/bind.named.conf.template3
1 files changed, 3 insertions, 0 deletions
diff --git a/install/share/bind.named.conf.template b/install/share/bind.named.conf.template
index 71facbaf7..e843b4c00 100644
--- a/install/share/bind.named.conf.template
+++ b/install/share/bind.named.conf.template
@@ -11,6 +11,9 @@ options {
forward first;
forwarders {$FORWARDERS};
+ // Any host is permitted to issue recursive queries
+ allow-recursion { any; };
+
tkey-gssapi-credential "DNS/$FQDN";
tkey-domain "$REALM";
};