mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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
This commit is contained in:
committed by
Martin Kosek
parent
49a621a257
commit
69394bab5a
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user