Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ipa: retry restore if it fails to bind to LDAP
ipa-restore sometimes returns 0 but does not restore IPA correctly. ``` + ipa-restore --unattended --password Secret123 --data --online /tmp/tmp.aBMkEEeqbD/ipa Preparing restore from /tmp/tmp.aBMkEEeqbD/ipa on master.ipa.test Performing DATA restore from DATA backup Temporary setting umask to 022 Each master will individually need to be re-initialized or re-created from this one. The replication agreements on masters running IPA 3.1 or earlier will need to be manually re-enabled. See the man page for details. Disabling all replication. Starting Directory Server Restoring from userRoot in IPA-TEST Unable to bind to LDAP server: Operations error: Restoring from ipaca in IPA-TEST Waiting for LDIF to finish Restoring umask to 18 The ipa-restore command was successful ```
- Loading branch information