freeipa/ipaserver/install/server
Christian Heimes bebe09f3e4 Fix ca_initialize_hsm_state
Fixup for commit eb2313920e.
configparser's set() method does not convert boolean to string
automatically. Use string '"False"', which is then interpreted as
boolean 'False' by getboolean().

Related: https://pagure.io/freeipa/issue/5608
Signed-off-by: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
2019-08-21 12:48:36 +03:00
..
__init__.py Add hidden replica feature 2019-03-28 17:57:58 +01:00
install.py ipaserver.install.installutils: move commonly used utils to ipapython.ipautil 2019-06-29 11:00:28 +03:00
replicainstall.py Guard dbus.start() with dbus.is_running() 2019-04-26 12:47:51 +02:00
upgrade.py Fix ca_initialize_hsm_state 2019-08-21 12:48:36 +03:00