From 69394bab5a279a07f596d529cfd01c858a48229c Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Fri, 9 Aug 2013 11:55:49 +0200 Subject: Remove support for IPA deployments with no persistent search Drops the code from ipa-server-install, ipa-dns-install and the BindInstance itself. Also changed ipa-upgradeconfig script so that it does not set zone_refresh to 0 on upgrades, as the option is deprecated. https://fedorahosted.org/freeipa/ticket/3632 --- install/share/bind.named.conf.template | 2 -- 1 file changed, 2 deletions(-) (limited to 'install/share') diff --git a/install/share/bind.named.conf.template b/install/share/bind.named.conf.template index e4ce60583..a244957fa 100644 --- a/install/share/bind.named.conf.template +++ b/install/share/bind.named.conf.template @@ -44,7 +44,5 @@ dynamic-db "ipa" { arg "auth_method sasl"; arg "sasl_mech GSSAPI"; arg "sasl_user DNS/$FQDN"; - arg "zone_refresh $ZONE_REFRESH"; - arg "psearch $PERSISTENT_SEARCH"; arg "serial_autoincrement $SERIAL_AUTOINCREMENT"; }; -- cgit