custodiainstance: automatic restart on config file update

Automatically restart Custodia during IPA server upgrade if custodia.conf
was updated.

Use the new store class name in custodia.conf.template.

https://fedorahosted.org/freeipa/ticket/6474

Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
Jan Cholasta
2016-11-29 14:50:51 +01:00
committed by Martin Basti
parent 9117a5d5a6
commit 8e5d2c7014
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ store = ipa
server_keys = $IPA_CUSTODIA_CONF_DIR/server.keys
[store:ipa]
handler = ipapython.secrets.store.iSecStore
handler = ipapython.secrets.store.IPASecStore
ldap_uri = $LDAP_URI
[/keys]