summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/server
diff options
context:
space:
mode:
authorStanislav Laznicka <slaznick@redhat.com>2017-03-08 16:38:12 +0100
committerMartin Basti <mbasti@redhat.com>2017-03-13 16:27:23 +0100
commit5d3a0e6758866239c886e998a6d89c5a4b150184 (patch)
treee08115ebbe4023170095071731d7697b0ab1c3de /ipaserver/install/server
parent1e8db4b5c7a55dac0008ad9b9bf5802ba30e8c2a (diff)
downloadfreeipa-5d3a0e6758866239c886e998a6d89c5a4b150184.tar.gz
freeipa-5d3a0e6758866239c886e998a6d89c5a4b150184.tar.xz
freeipa-5d3a0e6758866239c886e998a6d89c5a4b150184.zip
Don't allow standalone KRA uninstalls
KRA uninstallation is very likely to break the user's setup. Don't allow it at least till we can be safely sure we are able to remove it in a standalone manner without breaking anything. https://pagure.io/freeipa/issue/6538 Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
Diffstat (limited to 'ipaserver/install/server')
-rw-r--r--ipaserver/install/server/install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipaserver/install/server/install.py b/ipaserver/install/server/install.py
index 8b77fbb76..d9710dcab 100644
--- a/ipaserver/install/server/install.py
+++ b/ipaserver/install/server/install.py
@@ -1051,7 +1051,7 @@ def uninstall(installer):
ntpinstance.NTPInstance(fstore).uninstall()
- kra.uninstall(False)
+ kra.uninstall()
ca.uninstall()