Hide Forgot
This bug is created as a clone of upstream ticket: https://fedorahosted.org/freeipa/ticket/2719 Persistent search will be needed by DNS SOA serial number update/zone transfer support (IPA 3.0) and DNSSEC (IPA 3.1), as discussed on meeting May/03/2012. During upgrade it's necessary to modify "dynamic-db ipa" section in /etc/named.conf configuration file and make sure that this line is present: {{{ arg "psearch yes"; }}} Old configuration file can contain old value "psearch no" or psearch line value can be missing completely, before the IPA upgrade.
Fixed upstream: master: c856fb60737612781fab30760bceeb8bbf6312d9 ce97d6f8e7cb47927fccc27c258d32caf895a88c 1d44aba89b225aa9e131ac8ca596df7b0faaa964 Persistent search is now enabled by default both for new IPA installations and for running IPA server instances. Existing IPA server instance psearch features is enabled only once, i.e. when psearch is turned off during RPM update and then turned off by user, subsequent RPM updates won't turn it back on.
verifying
ipa version: ipa-server-2.2.0-16.el6.x86_64 ipa-server-3.0.0-8.el6.x86_64 how to verify: 1.create a rhel6.3 beaker machine installed with ipa server 2.2.0-16 2.[root@sgi-xe320-01 ~]# cat /etc/named.conf |grep psearch nothing in named for persistent search,i.e.psearch line value is missing completely 3.update ipa server to newest version 3.0.0-8 4.[root@sgi-xe320-01 yum.repos.d]# cat /etc/named.conf |grep psearch arg "psearch yes"; verified that psearch line exists in named.conf after upgrade
xdong verified
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2013-0528.html