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
|
||||
|
||||
Reference in New Issue
Block a user