From 72b7418658a86780606d6ce7ae0d1153538ecc6c Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 8 Apr 2020 13:12:15 -0600 Subject: [PATCH] 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. --- www/conf/kojiweb.conf | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/www/conf/kojiweb.conf b/www/conf/kojiweb.conf index 5c98c9cd..5349b9fc 100644 --- a/www/conf/kojiweb.conf +++ b/www/conf/kojiweb.conf @@ -24,15 +24,11 @@ WSGIProcessGroup koji # uncomment this to enable authentication via Kerberos # -# 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 #