summaryrefslogtreecommitdiffstats
path: root/install/share
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-06-13 20:38:00 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-17 15:22:24 +0200
commit08265f1e92bd91d9e4ba3285b953ff9ccd79040b (patch)
tree99c0d5cd0c6307fe61f42b5f54510571179fb557 /install/share
parent52590d6fa581e3b53e2c9350dc307a1f360c40a3 (diff)
downloadfreeipa-08265f1e92bd91d9e4ba3285b953ff9ccd79040b.tar.gz
freeipa-08265f1e92bd91d9e4ba3285b953ff9ccd79040b.tar.xz
freeipa-08265f1e92bd91d9e4ba3285b953ff9ccd79040b.zip
DNS Locations: dnsserver: use the newer config way in installer
Store some parts of DNS configuration in LDAP tree instead of named.conf https://fedorahosted.org/freeipa/ticket/2008 Reviewed-By: Petr Spacek <pspacek@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'install/share')
-rw-r--r--install/share/bind.named.conf.template4
1 files changed, 0 insertions, 4 deletions
diff --git a/install/share/bind.named.conf.template b/install/share/bind.named.conf.template
index 571df0270..e8ea8fba0 100644
--- a/install/share/bind.named.conf.template
+++ b/install/share/bind.named.conf.template
@@ -8,9 +8,6 @@ options {
statistics-file "data/named_stats.txt";
memstatistics-file "data/named_mem_stats.txt";
- forward $FORWARD_POLICY;
- forwarders {$FORWARDERS};
-
// Any host is permitted to issue recursive queries
allow-recursion { any; };
@@ -50,7 +47,6 @@ dynamic-db "ipa" {
library "ldap.so";
arg "uri ldapi://%2fvar%2frun%2fslapd-$SERVER_ID.socket";
arg "base cn=dns, $SUFFIX";
- arg "fake_mname $FQDN.";
arg "server_id $FQDN";
arg "auth_method sasl";
arg "sasl_mech GSSAPI";