PR#2141: kojiweb: update for mod_auth_gssapi configuration

Merges #2141
https://pagure.io/koji/pull-request/2141

Fixes #2144
https://pagure.io/koji/issue/2144
This commit is contained in:
Tomas Kopecek 2020-05-18 11:42:51 +02:00
commit ec5e7e6202

View file

@ -24,15 +24,11 @@ WSGIProcessGroup koji
# uncomment this to enable authentication via Kerberos
# <Location /koji/login>
# AuthType Kerberos
# AuthType GSSAPI
# AuthName "Koji Web UI"
# KrbMethodNegotiate on
# KrbMethodK5Passwd off
# KrbServiceName HTTP
# KrbAuthRealm EXAMPLE.COM
# Krb5Keytab /etc/httpd.keytab
# KrbSaveCredentials off
# GssapiCredStore keytab:/etc/koji.keytab
# Require valid-user
# GssapiLocalName Off
# ErrorDocument 401 /koji-static/errors/unauthorized.html
# </Location>