From f232e491941e888e4713a815148a00736445e7d4 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Apr 03 2020 16:00:16 +0000 Subject: Set default keytab for kojira kojid and other services koji provide have default keytab, there is no reason why kojira should not have this. Signed-off-by: Igor Raits --- diff --git a/util/kojira b/util/kojira index 28653f7..6425dfc 100755 --- a/util/kojira +++ b/util/kojira @@ -1011,7 +1011,7 @@ def get_options(): 'server': None, 'logfile': '/var/log/kojira.log', 'principal': None, - 'keytab': None, + 'keytab': '/etc/kojira/kojira.keytab', 'ccache': '/var/tmp/kojira.ccache', 'krbservice': 'host', 'krb_rdns': True,