web: remove "GssapiLocalName off" setting

mod_auth_gssapi already defaults GssapiLocalName to off. Simplify our
configuration and just remove this line.
This commit is contained in:
Ken Dreyer 2020-07-01 16:29:34 -06:00
parent 7d5798fe20
commit 0923a2eae2

View file

@ -28,7 +28,6 @@ WSGIProcessGroup koji
# AuthName "Koji Web UI"
# GssapiCredStore keytab:/etc/koji.keytab
# Require valid-user
# GssapiLocalName Off
# ErrorDocument 401 /koji-static/errors/unauthorized.html
# </Location>