URL: https://github.com/freeipa/freeipa/pull/5943
Author: flo-renaud
Title: #5943: [Backport][ipa-4-8] ipatests: Test for OTP when the LDAP connection timed out
Action: opened
PR body:
"""
This PR was opened automatically because PR #5918 was pushed to master and backport to ipa-4-8 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5943/head:pr5943
git checkout pr5943
URL: https://github.com/freeipa/freeipa/pull/5933
Author: rcritten
Title: #5933: Add index for sudoorder
Action: opened
PR body:
"""
sudorule-mod <rule> --order=<num> does a search for an existing
order and this search is unindexed.
https://pagure.io/freeipa/issue/8939
Signed-off-by: Rob Crittenden <rcritten(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5933/head:pr5933
git checkout pr5933
URL: https://github.com/freeipa/freeipa/pull/5841
Author: antoniotorresm
Title: #5841: dnszone-add: deprecate option for setting SOA serial
Action: opened
PR body:
"""
Since IPA 3 [1] SOA serial is managed automatically via autoincrement,
and the option of disabling this behavior was deprecated in IPA 3.3.3 [2].
As a result, the option `--serial` during DNS zone addition would be
ignored as it is set during the creation. This commit adds a deprecation
warning if this option is used. Setting the SOA serial manually would still
be useful in certain scenarios, so the option of doing it with dnszone-mod
is kept.
[1] https://www.freeipa.org/page/V3/DNS_SOA_serial_auto-incrementation
[2] https://www.freeipa.org/page/Releases/3.3.3
Fixes: https://pagure.io/freeipa/issue/8227
Signed-off-by: Antonio Torres <antorres(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5841/head:pr5841
git checkout pr5841
URL: https://github.com/freeipa/freeipa/pull/5947
Author: rcritten
Title: #5947: [Backport][ipa-4-9] ipatests: verify that getcert output includes the issued date
Action: opened
PR body:
"""
This PR was opened automatically because PR #5926 was pushed to master and backport to ipa-4-9 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5947/head:pr5947
git checkout pr5947
URL: https://github.com/freeipa/freeipa/pull/5946
Author: rcritten
Title: #5946: [Backport][ipa-4-9] ipa-advise: if p11-kit provides opensc, don't add to NSS db
Action: opened
PR body:
"""
This PR was opened automatically because PR #5923 was pushed to master and backport to ipa-4-9 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5946/head:pr5946
git checkout pr5946
URL: https://github.com/freeipa/freeipa/pull/5942
Author: flo-renaud
Title: #5942: [Backport][ipa-4-9] ipatests: Test for OTP when the LDAP connection timed out
Action: opened
PR body:
"""
This PR was opened automatically because PR #5918 was pushed to master and backport to ipa-4-9 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5942/head:pr5942
git checkout pr5942
URL: https://github.com/freeipa/freeipa/pull/5926
Author: rcritten
Title: #5926: ipatests: verify that getcert output includes the issued date
Action: opened
PR body:
"""
certmonger 0.79.14 included a new feature that provides the
NotBefore (or issued) date to the certificate list output.
Verify that it is present in the output.
https://bugzilla.redhat.com/show_bug.cgi?id=1940261
Signed-off-by: Rob Crittenden <rcritten(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5926/head:pr5926
git checkout pr5926
URL: https://github.com/freeipa/freeipa/pull/5923
Author: rcritten
Title: #5923: ipa-advise: if p11-kit provides opensc, don't add to NSS db
Action: opened
PR body:
"""
p11-kit-proxy in newer distributions handles loading the OpenSC
PKCS#11 library so don't try to add it to the NSS database in
/etc/pki/nssdb if it is already available in order to avoid a
potentially confusing error message.
https://pagure.io/freeipa/issue/8934
Signed-off-by: Rob Crittenden <rcritten(a)redhat.com>
NOTE:
1. A second patch fixes script error I noticed while working on the ticket.
2. There are no tests because it relies completely on the OS release and state of the client and we don't have that capacity in CI. I propose manual tests.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5923/head:pr5923
git checkout pr5923