mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
In replica DL1 installation, the --ip-address option was not passed down to the ipa-client-install script (when not promoting client). This resulted in creating DNS records for all of the host's interface IP adresses instead of just those specified. This patch passes all the --ip-address options down to the client installation script. https://pagure.io/freeipa/issue/7405 Reviewed-By: Tibor Dudlak <tdudlak@redhat.com>