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/tools/man/ipa-server-install.1 | 6 ------ 1 file changed, 6 deletions(-) (limited to 'install/tools/man/ipa-server-install.1') diff --git a/install/tools/man/ipa-server-install.1 b/install/tools/man/ipa-server-install.1 index 59219c14..5f81cec9 100644 --- a/install/tools/man/ipa-server-install.1 +++ b/install/tools/man/ipa-server-install.1 @@ -146,12 +146,6 @@ Do not create reverse DNS zone \fB\-\-zonemgr\fR The e\-mail address of the DNS zone manager. Defaults to hostmaster@DOMAIN .TP -\fB\-\-no\-persistent\-search\fR -Do not enable persistent search mechanism for updating the list of DNS zones in the name server. When persistent search is disabled and \fB\-\-zone\-refresh\fR option is not set to non-zero value, new zones won't be resolvable until the name server is reloaded. -.TP -\fB\-\-zone\-refresh=\fIZONE_REFRESH\fR -When set to non-zero value, persistent search zone update mechanism will be disabled and the name server will use a polling mechanism to load new DNS zones every \fIZONE_REFRESH\fR seconds. -.TP \fB\-\-no\-host\-dns\fR Do not use DNS for hostname lookup during installation .TP -- cgit