URL: https://github.com/freeipa/freeipa/pull/2048 Author: tiran Title: #2048: Always set ca_host when installing replica Action: opened
PR body: """ ipa-replica-install only set ca_host in its temporary /etc/ipa/default.conf, when it wasn't installing a replica with CA. As a consequence, the replica installer was picking a random CA server from LDAP.
Always set the replication peer as ca_host. This will ensure that the installer uses the same replication peer for CA. In case the replication peer is not a CA master, the installer will automatically pick another host later.
See: https://pagure.io/freeipa/issue/7566 Signed-off-by: Christian Heimes cheimes@redhat.com """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2048/head:pr2048 git checkout pr2048
URL: https://github.com/freeipa/freeipa/pull/2048 Author: tiran Title: #2048: Always set ca_host when installing replica Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2048/head:pr2048 git checkout pr2048
freeipa-devel@lists.fedorahosted.org