URL: https://github.com/freeipa/freeipa/pull/2284
Author: flo-renaud
Title: #2284: [Backport][ipa-4-5]DS replication settings: fix regression with <3.3 master
Action: opened
PR body:
"""
This is a manual backport of PR #2263 on ipa-4-5 branch.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2284/head:pr2284
git checkout pr2284
URL: https://github.com/freeipa/freeipa/pull/2282
Author: flo-renaud
Title: #2282: [Backport][ipa-4-7] DS replication settings: fix regression with <3.3 master
Action: opened
PR body:
"""
This PR was opened automatically because PR #2263 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/2282/head:pr2282
git checkout pr2282
URL: https://github.com/freeipa/freeipa/pull/2281
Author: flo-renaud
Title: #2281: [Backport][ipa-4-6] DS replication settings: fix regression with <3.3 master
Action: opened
PR body:
"""
This PR was opened automatically because PR #2263 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/2281/head:pr2281
git checkout pr2281
URL: https://github.com/freeipa/freeipa/pull/2263
Author: flo-renaud
Title: #2263: DS replication settings: fix regression with <3.3 master
Action: opened
PR body:
"""
Commit 811b0fdb4620938963f1a29d3fdd22257327562c introduced a regression
when configuring replication with a master < 3.3
Even if 389-ds schema is extended with nsds5ReplicaReleaseTimeout,
nsds5ReplicaBackoffMax and nsDS5ReplicaBindDnGroupCheckInterval
attributes, it will return UNWILLING_TO_PERFORM when a mod
operation is performed on the cn=replica entry.
This patch ignores the error and logs a debug msg.
See: https://pagure.io/freeipa/issue/7617
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2263/head:pr2263
git checkout pr2263
URL: https://github.com/freeipa/freeipa/pull/2280
Author: tiran
Title: #2280: [Backport][ipa-4-7] Generate Python shebang lines from configure and make
Action: opened
PR body:
"""
This PR was opened automatically because PR #2267 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/2280/head:pr2280
git checkout pr2280
URL: https://github.com/freeipa/freeipa/pull/2279
Author: flo-renaud
Title: #2279: [Backport][ipa-4-5] ipa commands: print 'IPA is not configured' when ipa is not setup
Action: opened
PR body:
"""
This is a manual backport of PR #2268 to ipa-4-5.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2279/head:pr2279
git checkout pr2279
URL: https://github.com/freeipa/freeipa/pull/2276
Author: tiran
Title: #2276: [Backport][ipa-4-6] ipa commands: print 'IPA is not configured' when ipa is not setup
Action: opened
PR body:
"""
This PR was opened automatically because PR #2268 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/2276/head:pr2276
git checkout pr2276
URL: https://github.com/freeipa/freeipa/pull/1353
Author: tiran
Title: #1353: Add script to regenerate Custodia keys and config
Action: opened
PR body:
"""
/usr/libexec/ipa/ipa-custodia-regen can be used to recover from broken
ipa-custodia keys and configuration. It removes existing config and
server key files, regenerates new files and uploads the new public keys
to LDAP.
https://pagure.io/freeipa/issue/6893
Signed-off-by: Christian Heimes <cheimes(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1353/head:pr1353
git checkout pr1353
URL: https://github.com/freeipa/freeipa/pull/2267
Author: tiran
Title: #2267: Generate Python shebang lines from configure and make
Action: opened
PR body:
"""
The shebang lines are no longer hard-coded but auto-generated with autoconf and make. configure is now able to detect a platform Python interpreter.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2267/head:pr2267
git checkout pr2267