URL: https://github.com/freeipa/freeipa/pull/2455
Author: tiran
Title: #2455: [Backport][ipa-4-7] Move ipa's systemd tmpfiles from /var/run to /run
Action: opened
PR body:
"""
This PR was opened automatically because PR #2450 was pushed to master and backport to ipa-4-7 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2455/head:pr2455
git checkout pr2455
URL: https://github.com/freeipa/freeipa/pull/2433
Author: flo-renaud
Title: #2433: Bump requires 389-ds-base
Action: opened
PR body:
"""
ipa-replica-install sometimes fails with
--
[28/41]: setting up initial replication
Starting replication, please wait until this has completed.
[ldap://master.ipa.test:389] reports: Replica Busy! Status: [Error (1) Replication error acquiring replica: replica busy]
[error] RuntimeError: Failed to start replication
--
which is caused by a 389-ds issue
(https://pagure.io/389-ds-base/issue/49818)
Bump requires to include the fix.
Fixes: https://pagure.io/freeipa/issue/7642
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2433/head:pr2433
git checkout pr2433
URL: https://github.com/freeipa/freeipa/pull/2452
Author: rcritten
Title: #2452: [Backport][ipa-4-7] Enable LDAP debug output in client to display TLS errors in join
Action: opened
PR body:
"""
This PR was opened automatically because PR #2447 was pushed to master and backport to ipa-4-7 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2452/head:pr2452
git checkout pr2452
URL: https://github.com/freeipa/freeipa/pull/2453
Author: rcritten
Title: #2453: Enable LDAP debug output in client to display TLS errors in join
Action: opened
PR body:
"""
This PR is a manual backport of PR #2447 was pushed to master and backport to ipa-4-6 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2453/head:pr2453
git checkout pr2453
URL: https://github.com/freeipa/freeipa/pull/2450
Author: stanislavlevin
Title: #2450: Move ipa's systemd tmpfiles from /var/run to /run
Action: opened
PR body:
"""
systemd 239 complains about the legacy of ipa's tmpfiles which
are located on /var/run.
But this can break compatibility.
Fixes: https://pagure.io/freeipa/issue/7732
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2450/head:pr2450
git checkout pr2450
URL: https://github.com/freeipa/freeipa/pull/2447
Author: rcritten
Title: #2447: Enable LDAP debug output in client to display TLS errors in join
Action: opened
PR body:
"""
If ipa-join fails due to a TLS connection error when doing an
LDAP-based enroll then nothing is logged by default except an
Invalid Password error which is misleading (because the failure
occurs during the bind).
The only way that debugging would have been sufficient is if
the user passed --debug to ipa-client-install which is not great.
This log level is otherwise very quiet and only logs one or two
lines on errors which is perfect.
https://pagure.io/freeipa/issue/7728
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/2447/head:pr2447
git checkout pr2447
URL: https://github.com/freeipa/freeipa/pull/2445
Author: t-woerner
Title: #2445: [Backport][ipa-4-7] ipaclient: Remove --no-sssd and --no-ac options
Action: opened
PR body:
"""
This is a manual backport of PR #2235 to ipa-4-7 branch.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2445/head:pr2445
git checkout pr2445