kojiweb: update for mod_auth_gssapi configuration

Delete the mod_auth_kerb configuration settings from the sample
kojiweb.conf file. Add the mod_auth_gssapi settings instead.
This commit is contained in:
Ken Dreyer 2020-04-08 13:12:15 -06:00 committed by Tomas Kopecek
parent 0dcf9f31b1
commit 72b7418658

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>