URL: https://github.com/freeipa/freeipa/pull/5845
Author: pfandl
Title: #5845: component: Fix installation on hosts withouc /proc/1/sched.
Action: opened
PR body:
"""
My host does not have `/proc/1/sched` and this patch fixes the installation exception.
I have not tested the other code path where `ìs_hidepid` is `True`.
best regards
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5845/head:pr5845
git checkout pr5845
URL: https://github.com/freeipa/freeipa/pull/5724
Author: flo-renaud
Title: #5724: [Backport][ipa-4-9] ipatests: test to renew certs on replica using ipa-cert-fix
Action: opened
PR body:
"""
This PR was opened automatically because PR #5653 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/5724/head:pr5724
git checkout pr5724
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/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/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/5613
Author: antoniotorresm
Title: #5613: ipa-kra-install: exit if ca_host is overriden
Action: opened
PR body:
"""
`ipa-kra-install` should exit if `ca_host` line is present in `/etc/ipa/default.conf`,
as it may lead to a misconfigured setup.
Fixes: https://pagure.io/freeipa/issue/8245
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/5613/head:pr5613
git checkout pr5613
URL: https://github.com/freeipa/freeipa/pull/5733
Author: rcritten
Title: #5733: Revert the way hosts/services certs are searched for
Action: opened
PR body:
"""
Revert the way hosts/services certs are searched for
This reverts a change that caused all service certs to be
revoked if any other service was deleted.
There is special handling when passing in host, service or
user into cert_find. The _ldap_search method creates
filters for the object which later in cert_find removes
unrelated certificates.
https://pagure.io/freeipa/issue/7835
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/5733/head:pr5733
git checkout pr5733
URL: https://github.com/freeipa/freeipa/pull/5799
Author: miskopo
Title: #5799: ipatests: test_installation: Skip KRA test if lib389 cannot be imported
Action: opened
PR body:
"""
KRA instance import depends on lib389 package, which is not always
installed and that results in failure. This fix skips relevant test
if thei mport is not possible.
Signed-off-by: Michal Polovka <mpolovka(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5799/head:pr5799
git checkout pr5799
URL: https://github.com/freeipa/freeipa/pull/5847
Author: rcritten
Title: #5847: [Backport][ipa-4-9] ipatest: Test ipa-cert-fix fails when startup directive is missing from CS.cfg
Action: opened
PR body:
"""
This PR was opened automatically because PR #5821 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/5847/head:pr5847
git checkout pr5847
URL: https://github.com/freeipa/freeipa/pull/5853
Author: miskopo
Title: #5853: ipatests: test_ipahealthcheck: print a message if a system is healthy
Action: opened
PR body:
"""
Test if when the system is completely healthy, informative message is
returned and not only empty output (list or json).
Related: https://pagure.io/freeipa/issue/8892
Signed-off-by: Michal Polovka <mpolovka(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/5853/head:pr5853
git checkout pr5853