From 8759efb46ea7a67d4855688f8f745577e519229f Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Thu, 19 Oct 2023 14:19:14 +0200 Subject: [PATCH] clarify scope of tracing (also for other tools) --- admin-guide/troubleshooting/kerberos.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin-guide/troubleshooting/kerberos.md b/admin-guide/troubleshooting/kerberos.md index 38e4fc48..630c6177 100644 --- a/admin-guide/troubleshooting/kerberos.md +++ b/admin-guide/troubleshooting/kerberos.md @@ -6,7 +6,8 @@ PSI Kerberos documentation: https://intranet.psi.ch/de/knowledge-base/kerberos-a - Old AIT keytab file documentation: [PDF](../_static/AIT-Keytab-File.pdf) -Troubleshooting kerberos authentication problems of curl: +Enable trace log of the Kerberos library to troubleshoot authentication problems (e.g. for curl): + ```bash KRB5_TRACE=/dev/stderr curl -v --negotiate -u : https://boot00-test.psi.ch/sysdb/v1/node > /dev/null ```