parent
cc172ff2cf
commit
de008b5f27
4 changed files with 36 additions and 7 deletions
21
docs/source/kerberos_gssapi_debug.rst
Normal file
21
docs/source/kerberos_gssapi_debug.rst
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue