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 <ignatenkobrain@fedoraproject.org>
This commit is contained in:
Igor Raits 2020-04-03 18:00:16 +02:00
parent ae05aa7654
commit f232e49194
No known key found for this signature in database
GPG key ID: 695714BD1BBC5F4C

View file

@ -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,