From b13487d34feeae06e1628d31dc6b7a9092d0863c Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Apr 22 2020 07:51:28 +0000 Subject: kojira: remove duplicate Kerberos configuration boilerplate eea730300a5e6b40bf8c041a71b3f3c567de4abe added a dedicated section for Kerberos authentication to kojira.conf. It refers to the canonical location /etc/kojira/kojira.keytab. Prior to this change, there were two "kerberos" sections in kojira.conf. Remove the older stale one, since that refers to the old "/etc/kojira.keytab" file path, and f232e491941e888e4713a815148a00736445e7d4 defaults to /etc/kojira/kojira.keytab instead. --- diff --git a/util/kojira.conf b/util/kojira.conf index 4d70695..e5cb8e7 100644 --- a/util/kojira.conf +++ b/util/kojira.conf @@ -3,12 +3,6 @@ ; user=kojira ; password=kojira -; For Kerberos authentication -; the principal to connect with -principal=koji/repo@EXAMPLE.COM -; The location of the keytab for the principal above -keytab=/etc/kojira.keytab - ; The URL for the koji hub server server=http://hub.example.com/kojihub