From 4f1fdc8f70c1efdb6c6074181d3ecbcb45df001e Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 16 Dec 2014 14:47:42 -0500 Subject: Remove the removal of the ccache It is not necessary to remove the ccache on upgrades on modern IPA servers, even if the ccache contains stale data either it is re-initialized by mod_auth_kerb or a new ccache collection is created (if completely unrelated credentials were present), at least when using DIR or keyring ccaches. This line causes wrong SELinux labels to be set in the kernel keyring on uprades, which the cause the apache server to fail to use th ccache. https://fedorahosted.org/freeipa/ticket/4815 Reviewed-By: Martin Kosek --- install/tools/ipa-upgradeconfig | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 install/tools/ipa-upgradeconfig diff --git a/install/tools/ipa-upgradeconfig b/install/tools/ipa-upgradeconfig old mode 100644 new mode 100755 index c25ab5431..71fe5195d --- a/install/tools/ipa-upgradeconfig +++ b/install/tools/ipa-upgradeconfig @@ -1337,7 +1337,6 @@ def main(): fstore.restore_file(removed_sysconfig_file) http = httpinstance.HTTPInstance(fstore) - http.remove_httpd_ccache() http.configure_selinux_for_httpd() http.change_mod_nss_port_from_http() -- cgit