summaryrefslogtreecommitdiffstats
path: root/ipaserver/install
diff options
context:
space:
mode:
authorMartin Babinsky <mbabinsk@redhat.com>2015-05-26 11:21:45 +0200
committerJan Cholasta <jcholast@redhat.com>2015-05-26 12:43:46 +0000
commit01fa05dd4ec7bd79abee8df0dd3642eabf138bcf (patch)
treea9eee86c4d8e46ce493822e30b1f3f3610ea99a0 /ipaserver/install
parent41662eb9f02fc6bf1399508a13de8d6f18d7b3b1 (diff)
downloadfreeipa-01fa05dd4ec7bd79abee8df0dd3642eabf138bcf.tar.gz
freeipa-01fa05dd4ec7bd79abee8df0dd3642eabf138bcf.tar.xz
freeipa-01fa05dd4ec7bd79abee8df0dd3642eabf138bcf.zip
KRA: get the right dogtag version during server uninstall
Ensure that the correct version of dogtag is passed from API object to the KRA uninstaller during IPA server uninstall. https://fedorahosted.org/freeipa/ticket/4468 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'ipaserver/install')
-rw-r--r--ipaserver/install/kra.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/install/kra.py b/ipaserver/install/kra.py
index 966d171dc..2ff8df5a1 100644
--- a/ipaserver/install/kra.py
+++ b/ipaserver/install/kra.py
@@ -67,7 +67,7 @@ def install(replica_config, options, dm_password):
def uninstall():
- dogtag_constants = dogtag.configured_constants()
+ dogtag_constants = dogtag.configured_constants(api=api)
kra_instance = krainstance.KRAInstance(
api.env.realm, dogtag_constants=dogtag_constants)