From cb9331ebfcc33ad676b6d188156a6d56b2996a18 Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Wed, 9 Oct 2013 16:13:19 +0200 Subject: Remove --no-serial-autoincrement Deprecate this option and do not offer it in installation tools. Without this option enabled, advanced DNS features like DNSSEC would not work. https://fedorahosted.org/freeipa/ticket/3962 --- install/share/bind.named.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/share') diff --git a/install/share/bind.named.conf.template b/install/share/bind.named.conf.template index 5727a1536..0984febb1 100644 --- a/install/share/bind.named.conf.template +++ b/install/share/bind.named.conf.template @@ -45,5 +45,5 @@ dynamic-db "ipa" { arg "auth_method sasl"; arg "sasl_mech GSSAPI"; arg "sasl_user DNS/$FQDN"; - arg "serial_autoincrement $SERIAL_AUTOINCREMENT"; + arg "serial_autoincrement yes"; }; -- cgit