summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-upgradeconfig
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2011-09-27 08:51:31 +0200
committerMartin Kosek <mkosek@redhat.com>2011-09-27 08:54:42 +0200
commitf76d33a296d9f0e48b0a6c32bfc87d33fabf3ec9 (patch)
tree980b97c811da8b83b3bd9f8756146a5dea91a45d /install/tools/ipa-upgradeconfig
parent050d7f09447298b4036c7a3b6368282a9442cb99 (diff)
downloadfreeipa-f76d33a296d9f0e48b0a6c32bfc87d33fabf3ec9.tar.gz
freeipa-f76d33a296d9f0e48b0a6c32bfc87d33fabf3ec9.tar.xz
freeipa-f76d33a296d9f0e48b0a6c32bfc87d33fabf3ec9.zip
Revert "Always require SSL in the Kerberos authorization block."
This patch broke installation of a new master. Reverting until we develop a better solution. This reverts commit f42da4357eac7e64e803b53c78d6cff9175d20a4.
Diffstat (limited to 'install/tools/ipa-upgradeconfig')
-rw-r--r--install/tools/ipa-upgradeconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/tools/ipa-upgradeconfig b/install/tools/ipa-upgradeconfig
index cae0964d..1b08382e 100644
--- a/install/tools/ipa-upgradeconfig
+++ b/install/tools/ipa-upgradeconfig
@@ -116,7 +116,7 @@ def upgrade(sub_dict, filename, template, add=False):
if new < 0:
print "%s not found." % template
- if old < new:
+ if old < new or add:
backup_file(filename, new)
update_conf(sub_dict, filename, template)
print "Upgraded %s to version %d" % (filename, new)