URL: https://github.com/freeipa/freeipa/pull/5902
Author: flo-renaud
Title: #5902: webui tests: fix algo for finding available idrange
Action: opened
PR body:
"""
The webui tests for ID range evaluate a potentially free id range
by looking for existing ranges and picking a range = max value
+ 1 million.
With the addition of subuid range this algorithm produces values
over the limit because the subuid range goes from
2,147,483,648 to 4,294,836,224 and the max base id is 4,294,967,295.
Ignore the subuid range when picking a potential range.
Fixes: https://pagure.io/freeipa/issue/8919
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5902/head:pr5902
git checkout pr5902
URL: https://github.com/freeipa/freeipa/pull/5903
Author: flo-renaud
Title: #5903: [Backport][ipa-4-9] rhel platform: add a named crypto-policy support
Action: opened
PR body:
"""
This PR was opened automatically because PR #5900 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/5903/head:pr5903
git checkout pr5903
URL: https://github.com/freeipa/freeipa/pull/5901
Author: flo-renaud
Title: #5901: Index: Fix definition for memberOf
Action: opened
PR body:
"""
The index definition for memberOf is inconsistent:
dn: cn=memberOf,cn=index,cn=userRoot,cn=ldbm database,cn=plugins,cn=config
cn: member
nsIndexType: eq
nsIndexType: sub
nsSystemIndex: false
objectClass: top
objectClass: nsIndex
The cn attribute should be memberOf, not member. Fix the definition.
Fixes: https://pagure.io/freeipa/issue/8920
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5901/head:pr5901
git checkout pr5901
URL: https://github.com/freeipa/freeipa/pull/5899
Author: flo-renaud
Title: #5899: [Backport][ipa-4-9] spec file: Trust controller role should pull sssd-winbind-idmap package
Action: opened
PR body:
"""
This PR was opened automatically because PR #5898 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/5899/head:pr5899
git checkout pr5899
URL: https://github.com/freeipa/freeipa/pull/5892
Author: mrizwan93
Title: #5892: [Backport][ipa-4-9] ipatests: Test ipa-cert-fix warns when startup directive is missing from CS.cfg
Action: opened
PR body:
"""
Earlier it used to fail when startup directive missing from CS.cfg.
With https://github.com/dogtagpki/pki/pull/3466, it changed to display
a warning than failing.
related: https://pagure.io/freeipa/issue/8890
Signed-off-by: Mohammad Rizwan <myusuf(a)redhat.com>
Reviewed-By: Florence Blanc-Renaud <flo(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5892/head:pr5892
git checkout pr5892
URL: https://github.com/freeipa/freeipa/pull/5897
Author: rcritten
Title: #5897: [Backport][ipa-4-9] webui tests: close notification when revoking cert
Action: opened
PR body:
"""
This PR was opened automatically because PR #5895 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/5897/head:pr5897
git checkout pr5897
URL: https://github.com/freeipa/freeipa/pull/5895
Author: flo-renaud
Title: #5895: webui tests: close notification when revoking cert
Action: opened
PR body:
"""
When a cert is revoked, a notification is displayed
and may obscure the buttons. Make sure to close the
notification before moving to the next step.
Fixes: https://pagure.io/freeipa/issue/8911
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5895/head:pr5895
git checkout pr5895
URL: https://github.com/freeipa/freeipa/pull/5893
Author: flo-renaud
Title: #5893: [Backport][ipa-4-9] pr-ci definitions: add subid-related jobs
Action: opened
PR body:
"""
This is a manual backport of PR#5890 into ipa-4-9 branch.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5893/head:pr5893
git checkout pr5893