summaryrefslogtreecommitdiffstats
path: root/install/share
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2013-10-09 16:13:19 +0200
committerMartin Kosek <mkosek@redhat.com>2013-10-11 09:47:59 +0200
commitcb9331ebfcc33ad676b6d188156a6d56b2996a18 (patch)
tree9f07da1d1c6de28f4ffe65a784dea72e773c8adf /install/share
parent5e8aab8558874a9a826a1c470e806c75fb84eef2 (diff)
downloadfreeipa-cb9331ebfcc33ad676b6d188156a6d56b2996a18.tar.gz
freeipa-cb9331ebfcc33ad676b6d188156a6d56b2996a18.tar.xz
freeipa-cb9331ebfcc33ad676b6d188156a6d56b2996a18.zip
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
Diffstat (limited to 'install/share')
-rw-r--r--install/share/bind.named.conf.template2
1 files changed, 1 insertions, 1 deletions
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";
};