URL: https://github.com/freeipa/freeipa/pull/5987
Author: fcami
Title: #5987: [Backport][ipa-4-9] freeipa.spec.in: update 389-DS version
Action: opened
PR body:
"""
This PR was opened automatically because PR #5986 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/5987/head:pr5987
git checkout pr5987
URL: https://github.com/freeipa/freeipa/pull/5738
Author: mrizwan93
Title: #5738: ipatests: wait while http/ldap/pkinit cert get renew on replica
Action: opened
PR body:
"""
LDAP/HTTP/PKINIT certificates should be renewed on replica after
moving system date. Test was failing because ipa-cert-fix ran
while these cert was not renewed and it tried to fix it.
Fixes: https://pagure.io/freeipa/issue/8815
Signed-off-by: Mohammad Rizwan <myusuf(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5738/head:pr5738
git checkout pr5738
URL: https://github.com/freeipa/freeipa/pull/5979
Author: stanislavlevin
Title: #5979: schema plugin: Generate stable fingerprint
Action: opened
PR body:
"""
If some Param defines several values for `exclude` or `include` attributes then API schema hash will be unstable.
First, these Param's attributes are converted to frozenset (`ipalib.parameters`), then `ipaserver.plugins.schema` plugin converts `exclude` and `include` attrs to list. Set/frozenset in turn, is unordered collection \[0\]. So, the end order of values is undefined.
But due to the nature of sets:
> two sets are equal if and only if every element of each set is contained in the other (each is a subset of the other)
the order of values can be ignored.
Note: other Param's attrs with type frozenset are not affected because they are not processed by the schema plugin.
\[0\]: https://docs.python.org/3/library/stdtypes.html#set-types-set-frozenset
Fixes: https://pagure.io/freeipa/issue/8955
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5979/head:pr5979
git checkout pr5979
URL: https://github.com/freeipa/freeipa/pull/5981
Author: rcritten
Title: #5981: [Backport][ipa-4-9] Only call add_agent_to_security_domain_admins() when CA is installed
Action: opened
PR body:
"""
This PR was opened automatically because PR #5980 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/5981/head:pr5981
git checkout pr5981
URL: https://github.com/freeipa/freeipa/pull/5977
Author: flo-renaud
Title: #5977: [Backport][ipa-4-9] Clean up the PKI securitydomain when removing a server
Action: opened
PR body:
"""
This PR was opened automatically because PR #5915 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/5977/head:pr5977
git checkout pr5977
URL: https://github.com/freeipa/freeipa/pull/5980
Author: rcritten
Title: #5980: Only call add_agent_to_security_domain_admins() when CA is installed
Action: opened
PR body:
"""
Only call add_agent_to_security_domain_admins() when CA is installed
This allows the RA agent to manage the pki security domain and is
only needed if a CA has been configured. Only call it in a CA-ful
installation.
https://pagure.io/freeipa/issue/8956
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/5980/head:pr5980
git checkout pr5980
URL: https://github.com/freeipa/freeipa/pull/5829
Author: stanislavlevin
Title: #5829: WSGI: Control passed environment variables
Action: opened
PR body:
"""
It's common practice to care about input environment variables and to produce a minimal and safe set of such.
Fixes: https://pagure.io/freeipa/issue/8881
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5829/head:pr5829
git checkout pr5829
URL: https://github.com/freeipa/freeipa/pull/5978
Author: menonsudhir
Title: #5978: ipatests: Additional tests for ipa subordinate ids
Action: opened
PR body:
"""
1. Test check that when no subid is provided in ipa subid-show command error message is displayed on the console.
2. Test check that when regular ipa user tries to generate subid an error is displayed
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5978/head:pr5978
git checkout pr5978