On 08.01.2016 16:48, Martin Babinsky wrote:
On 01/07/2016 05:55 PM, Martin Basti wrote:


On 06.01.2016 19:08, Martin Basti wrote:
https://fedorahosted.org/freeipa/ticket/5574

Patch attached.





I missed one occurrence, updated patch attached.


ACK

(also the reason why Martin^2 didn't do it the nice way by subclassing SafeConfigParser and overriding optionxform method in the subclass was that such approach with combination of imports through six made pylint panic massively)

Pushed to master: 129d97c10be570c3327445337c534e57a8c12ef6
Pushed to ipa-4-3: 44796fd275f9a1e577ce62a3fa557ace15ce4d88
Pushed to ipa-4-2: 2fce8fdc0dbb017eeda6bc3986472142cd712fe9


I did rebase for ipa-4-2, please check if I did not break it, also please note I had to backport following line to ipa-4-2 otherwise it will not work

@@ -373,6 +373,8 @@ class OpenDNSSECInstance(service.Service):
                 root_logger.debug(error)
                 pass

+        self.restore_state("kasp_db_configured")  # just eat state
+
         # disabled by default, by ldap_enable()
         if enabled:
             self.enable()

--
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to