URL: https://github.com/freeipa/freeipa/pull/2797
Author: tiran
Title: #2797: Move Custodia secrets handler to scripts
Action: opened
PR body:
"""
Implement the import and export handlers for Custodia keys as external
scripts. It's a prerequisite to drop DAC override permission and proper
SELinux rules for ipa-custodia.
Fixes: https://pagure.io/freeipa/issue/6888
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2797/head:pr2797
git checkout pr2797
URL: https://github.com/freeipa/freeipa/pull/2411
Author: onkarkarale
Title: #2411: Test ipa-server-install when mandatory params not specified.
Action: opened
PR body:
"""
When installing ipa-server in unattended mode (i.e -U option),
some manadatory params should be specified with the install
commands like -p, -r and -a etc. If we don't specify these
params, installation will fail.
Signed-off-by: Onkar Karale <karaleonkar19(a)gmail.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2411/head:pr2411
git checkout pr2411
URL: https://github.com/freeipa/freeipa/pull/2464
Author: Tiboris
Title: #2464: Support interactive prompt for ntp options
Action: opened
PR body:
"""
FreeIPA will now ask user for NTP source server
or pool address in interactive mode if there is
no server nor pool specified and autodiscovery
has not found any NTP source in DNS records.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2464/head:pr2464
git checkout pr2464
URL: https://github.com/freeipa/freeipa/pull/2813
Author: tiran
Title: #2813: Require a minimum SASL security factor of 56
Action: opened
PR body:
"""
SSF_MINX 56 level ensures data integrity and confidentiality for SASL
GSSAPI and SASL GSS SPNEGO connections.
Although at least AES128 is enforced pretty much everywhere, 56 is required
for backwards compatibility with systems that announce wrong SSF.
Signed-off-by: Christian Heimes <cheimes(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2813/head:pr2813
git checkout pr2813
URL: https://github.com/freeipa/freeipa/pull/2635
Author: Tiboris
Title: #2635: [Backport][ipa-4-7] Added automation for NTP options test scenarios
Action: opened
PR body:
"""
This PR is **manual backport** of https://github.com/freeipa/freeipa/pull/2404 please wait for CI before pushing.
In case of questions or problems contact @varunmylaraiah who is author of the original PR.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2635/head:pr2635
git checkout pr2635
URL: https://github.com/freeipa/freeipa/pull/2638
Author: Tiboris
Title: #2638: Fix test_ntp_options
Action: opened
PR body:
"""
On nightly tests are failing because custom client and replica install methods
Use methods:
- tasks.replica_install()
- tasks.client_isntall()
instead of custom methods.
Move ntp_pool/server to class scope.
Related to: https://pagure.io/freeipa/issue/7719
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2638/head:pr2638
git checkout pr2638