URL: https://github.com/freeipa/freeipa/pull/2050
Author: tiran
Title: #2050: Extend Sub CA replication test
Action: opened
PR body:
"""
Test more scenarios like replication replica -> master, validate keys.
See: https://pagure.io/freeipa/issue/7590
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/2050/head:pr2050
git checkout pr2050
URL: https://github.com/freeipa/freeipa/pull/2027
Author: ndehadrai
Title: #2027: Created Automation for verification of Pagure issue: 7518
Action: opened
PR body:
"""
'https://pagure.io/freeipa/issue/7518'
Verification Steps:
1.Setup IPA server with CA
2. Setup REPLICA-1 against this IPA in step1, without CA. The setup of REPLICA-1 is successful.
3. Now stop custodia service on REPLICA-1.
4. Setup REPLICA-2 with CA (--setup-ca), and using REPLICA-1 as source. Verify that the install of REPLICA-2 is successful.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2027/head:pr2027
git checkout pr2027
URL: https://github.com/freeipa/freeipa/pull/1427
Author: justin-stephenson
Title: #1427: Skip zone overlap check with auto-reverse
Action: opened
PR body:
"""
Skip the existing reverse zone overlap check during DNS installation
when both `--auto-reverse` and `--allow-zone-overlap` arguments are
provided together.
https://pagure.io/freeipa/issue/7239
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/1427/head:pr1427
git checkout pr1427
URL: https://github.com/freeipa/freeipa/pull/2086
Author: amore17
Title: #2086: [Backport] [ipa-4.5] Test for ipa-client-install should not use hardcoded admin principal
Action: opened
PR body:
"""
Signed-off-by: Anuja More <amore(a)redhat.com>
Reviewed-By: Florence Blanc-Renaud <frenaud(a)redhat.com>
Reviewed-By: Tibor Dudlak <tdudlak(a)redhat.com>
Conflicts:
ipatests/test_integration/test_user_permissions.py
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2086/head:pr2086
git checkout pr2086
URL: https://github.com/freeipa/freeipa/pull/2087
Author: tiran
Title: #2087: [Backport][ipa-4-6] Catch ACIError instead of invalid credentials
Action: opened
PR body:
"""
This PR was opened automatically because PR #2084 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/2087/head:pr2087
git checkout pr2087
URL: https://github.com/freeipa/freeipa/pull/2088
Author: tiran
Title: #2088: Catch ACIError instead of invalid credentials
Action: opened
PR body:
"""
ipaldap's LDAPClient client turns INVALID_CREDENTIAL error into
ACIError. Catch the ACIError and wait until the user has been
replicated.
Apparently no manual or automated test ran into the timeout during
testing.
Fixes: Fixes: https://pagure.io/freeipa/issue/7593
Signed-off-by: Christian Heimes <cheimes(a)redhat.com>
Manual backport of PR #2084 to 4.5
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2088/head:pr2088
git checkout pr2088
URL: https://github.com/freeipa/freeipa/pull/2082
Author: rcritten
Title: #2082: [Backport][ipa-4-6] Rename test class for testing simple commands, add test
Action: opened
PR body:
"""
Manual backport of the test from PR 1956. Only the code was pushed to the ipa-4-6 branch.
The consensus in the review was that the name test_commands was
more generic than test_ipa_cli.
Add a test to change the password for sysaccount users using
using ldappasswd to confirm that a segfault fix does not regress.
https://pagure.io/freeipa/issue/7561
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/2082/head:pr2082
git checkout pr2082