mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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
This commit is contained in:
committed by
Rob Crittenden
parent
c856fb6073
commit
ce97d6f8e7
@@ -158,7 +158,7 @@ Requires: python-dns
|
||||
# We have a soft-requires on bind. It is an optional part of
|
||||
# IPA but if it is configured we need a way to require versions
|
||||
# that work for us.
|
||||
Conflicts: bind-dyndb-ldap < 1.1.0-0.9.b1
|
||||
Conflicts: bind-dyndb-ldap < 1.1.0-0.12.rc1
|
||||
Conflicts: bind < 9.8.2-0.4.rc2
|
||||
|
||||
# mod_proxy provides a single API to communicate over SSL. If mod_ssl
|
||||
@@ -705,6 +705,8 @@ fi
|
||||
%changelog
|
||||
* Fri Jun 8 2012 Martin Kosek <mkosek@redhat.com> - 2.99.0-32
|
||||
- Add directory /var/lib/ipa/sysupgrade for package upgrade metadata
|
||||
- Set min for bind-dyndb-ldap to 1.1.0-0.12.rc1 to pick up persistent search
|
||||
related bug fixes
|
||||
|
||||
* Mon Jun 4 2012 Alexander Bokovoy <abokovoy@redhat.com> - 2.99.0-31
|
||||
- Add python-crypto to build dependencies for AD server-side code
|
||||
|
||||
Reference in New Issue
Block a user