Revert "Make koji hub use the new system-wide host/ keytab"

Koji doesn't use system-wide, but needs a specific host/ keytab

This reverts commit 6d262a917b.
This commit is contained in:
Patrick Uiterwijk 2016-10-27 10:41:21 +00:00
parent 186e608566
commit d9d72eb661

View file

@ -27,8 +27,7 @@ AuthPrincipal = host/koji.stg.fedoraproject.org
{% else %}
AuthPrincipal = host/koji.fedoraproject.org
{% endif %}
# Koji krbLogin uses the host/ keytab
AuthKeytab = /etc/krb5.keytab
AuthKeytab = /etc/koji-hub/koji-hub.keytab
## SSL client certificate auth configuration ##
#note: ssl auth may also require editing the httpd config (conf.d/kojihub.conf)