summaryrefslogtreecommitdiffstats
path: root/install/tools
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2011-09-27 08:56:19 +0200
committerMartin Kosek <mkosek@redhat.com>2011-09-27 08:56:50 +0200
commitd6d73fd8a8c0b5af02f6e12f1d6acea8bbc448c6 (patch)
treea054a96d1c32d398c2a480b4c2683f7dfd6c441a /install/tools
parent63182c963b230457db84e009171ec35144e15919 (diff)
downloadfreeipa-d6d73fd8a8c0b5af02f6e12f1d6acea8bbc448c6.tar.gz
freeipa-d6d73fd8a8c0b5af02f6e12f1d6acea8bbc448c6.tar.xz
freeipa-d6d73fd8a8c0b5af02f6e12f1d6acea8bbc448c6.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 384d4e8f5018aa1f829139572fa29abef375c5a3.
Diffstat (limited to 'install/tools')
-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 cae0964d5..1b08382e4 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)