summaryrefslogtreecommitdiffstats
path: root/ipalib
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2012-05-25 14:13:01 +0200
committerRob Crittenden <rcritten@redhat.com>2012-06-10 21:23:15 -0400
commitce97d6f8e7cb47927fccc27c258d32caf895a88c (patch)
tree9a6218678b2edf0f6fa9fd438f05a697fc67448a /ipalib
parentc856fb60737612781fab30760bceeb8bbf6312d9 (diff)
downloadfreeipa-ce97d6f8e7cb47927fccc27c258d32caf895a88c.tar.gz
freeipa-ce97d6f8e7cb47927fccc27c258d32caf895a88c.tar.xz
freeipa-ce97d6f8e7cb47927fccc27c258d32caf895a88c.zip
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
Diffstat (limited to 'ipalib')
-rw-r--r--ipalib/constants.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index 3376d30a0..8f87a18ee 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