URL: https://github.com/freeipa/freeipa/pull/3358
Author: tengcm2015
Title: #3358: Added default indicators for preauthentication mechanism
Action: opened
PR body:
"""
Added default indicators for SPAKE, Pkinit and FAST. Also added those as default options in webUI
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3358/head:pr3358
git checkout pr3358
URL: https://github.com/freeipa/freeipa/pull/3596
Author: rcritten
Title: #3596: WIP: Improve performance of certmonger renewal scripts
Action: opened
PR body:
"""
On startup certmonger performs a number of options on the
configured CA (IPA, not to be confused with the real dogtag CA)
and the tracking requests.
For the CA checks break early for operations that are not
supported by ipa-submit. This will save both a fork and a lock
call.
For checks on existing CA subsystem certs defer some imports and
defer initializing the API until we know a supported operation
is being called (SUBMIT and POLL).
https://bugzilla.redhat.com/show_bug.cgi?id=1656519
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3596/head:pr3596
git checkout pr3596
URL: https://github.com/freeipa/freeipa/pull/3429
Author: flo-renaud
Title: #3429: ipatests: add nightly definition for DS integration tests
Action: opened
PR body:
"""
This commit is a first step in order to run nightly
integration tests with the 389-ds Directory Server.
It is listing the tests that should be run against
a nightly build of 389-ds.
Additional work is needed:
- create a vagrant template using the Copr repo for nightly 389-ds
- automate the creation of a PR using this nightly definition
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3429/head:pr3429
git checkout pr3429
URL: https://github.com/freeipa/freeipa/pull/2766
Author: t-woerner
Title: #2766: Fix ipatests test_ntp_options to configure the firewall where needed
Action: opened
PR body:
"""
The firewall has not been configured before replicas and after masters
have been installed using the command line tools and not the available
methods from tasks. This resulted in failed tests as for example in
test_replica_promotion_without_ntp.
Configuration of the firewall has been added to the methods
install_replica, test_replica_promotion_with_ntp_options and
test_replica_promotion_without_ntp.
In the case of testing command line options that may not be used together
for replica installation, a comment has been added that it is theoretical
no need to configure the firewall in this case, because the installation
will not succeed. But it has been added to make sure that the test will
not fail because of the missing firewall configuration if the options will
not conflict. This is the method test_replica_promotion_with_ntp_options.
In the case where conflicting command line options are tested for the
server installation a comment has been added that it is not needed to
configure the firewall as it is configured after successful server
installation normally. This is the method
test_server_client_install_mixed_options.
tasks.uninstall_master is used to cleanup replica installations and test
remains, therefore the firewall configuration is reverted afterwards again.
See: https://pagure.io/freeipa/issue/7719
Signed-off-by: Thomas Woerner <twoerner(a)redhat.com>
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/2766/head:pr2766
git checkout pr2766
URL: https://github.com/freeipa/freeipa/pull/3374
Author: rcritten
Title: #3374: Modify the way replicationi timeout is handled, logged
Action: opened
PR body:
"""
Make specific config option for certmonger timeout rather than using replication timeout.
Log the replication timeout value when waiting for an entry/attribute.
Log a hint if the dogtag admin user bind fails.
https://pagure.io/freeipa/issue/7971
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3374/head:pr3374
git checkout pr3374
URL: https://github.com/freeipa/freeipa/pull/3085
Author: ndehadrai
Title: #3085: tasks.py :: prepare_reverse_zone : Using '--skip-overlap-check' option during dnszone creation
Action: opened
PR body:
"""
Currently when the test_replica_promotion tests are run in CI, it returns warning message 'ipa: WARNING: ipa: ERROR: DNS zone with name <xyz> already exists'. Using the above option would force dnszone-add creation.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3085/head:pr3085
git checkout pr3085
URL: https://github.com/freeipa/freeipa/pull/3605
Author: fcami
Title: #3605: [Backport][ipa-4-8] Replace %{_libdir} macro in BuildRequires
Action: opened
PR body:
"""
This PR was opened automatically because PR #3601 was pushed to master and backport to ipa-4-8 is required.
"""
To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/3605/head:pr3605
git checkout pr3605