Add kerberos debug message

Fixes: https://pagure.io/koji/issue/2063
This commit is contained in:
Jana Cupova 2021-04-21 10:01:54 +02:00 committed by Tomas Kopecek
parent cc172ff2cf
commit de008b5f27
4 changed files with 36 additions and 7 deletions

View file

@ -0,0 +1,21 @@
==============================
Koji Kerberos/GSSAPI debugging
==============================
Run basic command Koji with debug option isn't help to debug Kerberos/GSSAPI issue.
::
koji -d hello
Run following KRB5_TRACE command for debug Kerberos/GSSAPI auth issues:
::
KRB5_TRACE=/dev/stdout python koji -d hello
Kerberos/GSSAPI debug results:
#. TGS request result: Server krbtgt/SERVER.COM not found in Kerberos database
Used Kerberos which is not related to current Kerberos database.