mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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 f42da4357e.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# VERSION 3 - DO NOT REMOVE THIS LINE
|
||||
# VERSION 2 - DO NOT REMOVE THIS LINE
|
||||
#
|
||||
# LoadModule auth_kerb_module modules/mod_auth_kerb.so
|
||||
|
||||
@@ -45,7 +45,6 @@ WSGIScriptReloading Off
|
||||
|
||||
# Protect /ipa with Kerberos
|
||||
<Location "/ipa">
|
||||
NSSRequireSSL
|
||||
AuthType Kerberos
|
||||
AuthName "Kerberos Login"
|
||||
KrbMethodNegotiate on
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user