summaryrefslogtreecommitdiffstats
path: root/install/share
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2016-06-13 20:41:24 +0200
committerMartin Basti <mbasti@redhat.com>2016-06-17 15:22:24 +0200
commit52590d6fa581e3b53e2c9350dc307a1f360c40a3 (patch)
treee7973258e4dbac1d4a4442e6dfc272c5e8c21ce9 /install/share
parent2157ea0e6d0d762bdc71022ddd55045406c4b300 (diff)
downloadfreeipa-52590d6fa581e3b53e2c9350dc307a1f360c40a3.tar.gz
freeipa-52590d6fa581e3b53e2c9350dc307a1f360c40a3.tar.xz
freeipa-52590d6fa581e3b53e2c9350dc307a1f360c40a3.zip
DNS Locations: dnsserver: put server_id option into named.conf
The option server_id is required for DNS location feature, otherwise it will not work. 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.template1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/share/bind.named.conf.template b/install/share/bind.named.conf.template
index eb6d4ae27..571df0270 100644
--- a/install/share/bind.named.conf.template
+++ b/install/share/bind.named.conf.template
@@ -51,6 +51,7 @@ dynamic-db "ipa" {
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";
arg "sasl_user DNS/$FQDN";