From f76d33a296d9f0e48b0a6c32bfc87d33fabf3ec9 Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Tue, 27 Sep 2011 08:51:31 +0200 Subject: 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. --- install/conf/ipa.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'install/conf') diff --git a/install/conf/ipa.conf b/install/conf/ipa.conf index 2339387a7..72e3e4c01 100644 --- a/install/conf/ipa.conf +++ b/install/conf/ipa.conf @@ -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 - NSSRequireSSL AuthType Kerberos AuthName "Kerberos Login" KrbMethodNegotiate on -- cgit