Learn more about these different git repos.
Other Git URLs
8a68c38
@@ -59,7 +59,6 @@
# uncomment this to enable authentication via GSSAPI
# <Location /kojihub/ssllogin>
# AuthType GSSAPI
- # GssapiLocalName Off
# AuthName "GSSAPI Single Sign On Login"
# GssapiCredStore keytab:/etc/koji.keytab
# Require valid-user
mod_auth_gssapi already defaults GssapiLocalName to off. Simplify our configuration and just remove this line.
GssapiLocalName
off
Commit c8e6fbe fixes this pull-request
Pull-Request has been merged by tkopecek
Whoops, I forgot to do this for kojiweb as well. Here's the kojiweb change: #2358
mod_auth_gssapi already defaults
GssapiLocalName
tooff
. Simplify our configuration and just remove this line.