From ce97d6f8e7cb47927fccc27c258d32caf895a88c Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Fri, 25 May 2012 14:13:01 +0200 Subject: Enable persistent search by default From IPA version 3.0, the persistent search is a preferred mechanism to for DNS zone list management. It will be also a requirement for several bind-dyndb-ldap features, like SOA serial automatic updates or DNSSEC. Make this mechanism default in ipa-server-install and ipa-dns-istall. https://fedorahosted.org/freeipa/ticket/2524 --- ipalib/constants.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'ipalib/constants.py') diff --git a/ipalib/constants.py b/ipalib/constants.py index 3376d30a..8f87a18e 100644 --- a/ipalib/constants.py +++ b/ipalib/constants.py @@ -192,6 +192,3 @@ DEFAULT_CONFIG = ( ('log', object), # Path to context specific log file ) - -# Default DNS zone refresh interval in seconds (0 = disabled) -DNS_ZONE_REFRESH = 30 -- cgit