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:
parent
ae05aa7654
commit
f232e49194
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue