summaryrefslogtreecommitdiffstats
path: root/ipaplatform
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 /ipaplatform
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 'ipaplatform')
-rw-r--r--ipaplatform/base/paths.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipaplatform/base/paths.py b/ipaplatform/base/paths.py
index f74dfa1ad..4fde6c66e 100644
--- a/ipaplatform/base/paths.py
+++ b/ipaplatform/base/paths.py
@@ -309,7 +309,6 @@ class BasePathNamespace(object):
IPARESTORE_LOG = "/var/log/iparestore.log"
IPASERVER_INSTALL_LOG = "/var/log/ipaserver-install.log"
IPASERVER_KRA_INSTALL_LOG = "/var/log/ipaserver-kra-install.log"
- IPASERVER_KRA_UNINSTALL_LOG = "/var/log/ipaserver-kra-uninstall.log"
IPASERVER_UNINSTALL_LOG = "/var/log/ipaserver-uninstall.log"
IPAUPGRADE_LOG = "/var/log/ipaupgrade.log"
KADMIND_LOG = "/var/log/kadmind.log"