URL: https://github.com/freeipa/freeipa/pull/2025 Author: stlaz Title: #2025: replica install: fix --password handling Action: opened
PR body: """ Don't specify host_password if admin_password has already been resolved.
This fixes the case when --password and --principal are both set in replica installation when the client is not yet installed on the replica-to-be machine.
Fixes: https://github.com/freeipa/freeipa-container/issues/177
------------------------ The `--password` option handling is way too complex for what it should be. Damn you, backward compatibility. """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2025/head:pr2025 git checkout pr2025
URL: https://github.com/freeipa/freeipa/pull/2025 Author: stlaz Title: #2025: Create a base for installer framework testing Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2025/head:pr2025 git checkout pr2025
freeipa-devel@lists.fedorahosted.org