[Freeipa-devel] [freeipa PR#2632][closed] [Backport][ipa-4-6] certupdate: add commentary about certmonger behaviour

2018-12-04 Thread rcritten via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2632 Author: flo-renaud Title: #2632: [Backport][ipa-4-6] certupdate: add commentary about certmonger behaviour Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2632/h

[Freeipa-devel] [freeipa PR#2633][closed] [Backport][ipa-4-7] certupdate: add commentary about certmonger behaviour

2018-12-04 Thread rcritten via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2633 Author: flo-renaud Title: #2633: [Backport][ipa-4-7] certupdate: add commentary about certmonger behaviour Action: closed To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2633/h

[Freeipa-devel] [freeipa PR#2640][opened] Handle service_del with bad service name

2018-12-04 Thread tiran via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2640 Author: tiran Title: #2640: Handle service_del with bad service name Action: opened PR body: """ The command 'ipa service-del badservice' used to fail with an internal server error, because check_required_principal() could not handle a principa

[Freeipa-devel] [freeipa PR#2639][opened] ipatests: fix TestUpgrade::test_double_encoded_cacert

2018-12-04 Thread flo-renaud via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2639 Author: flo-renaud Title: #2639: ipatests: fix TestUpgrade::test_double_encoded_cacert Action: opened PR body: """ The test is using a stale ldap connection to the master (obtained before calling upgrade, and the upgrade stops and starts 389-ds

[Freeipa-devel] [freeipa PR#2638][opened] Fix test_ntp_options

2018-12-04 Thread Tiboris via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2638 Author: Tiboris Title: #2638: Fix test_ntp_options Action: opened PR body: """ On nightly tests are failing because custom client and replica install methods Use methods: - tasks.replica_install() - tasks.client_isntall() instead of custom met

[Freeipa-devel] [freeipa PR#2637][opened] ipatests integration/tasks.py: Honor clean for firewall in uninstall_master

2018-12-04 Thread t-woerner via FreeIPA-devel
URL: https://github.com/freeipa/freeipa/pull/2637 Author: t-woerner Title: #2637: ipatests integration/tasks.py: Honor clean for firewall in uninstall_master Action: opened PR body: """ This fix will make sure that the firewall services are only cleaned up if the clean flag is True for exampl