Files
gitea-pages/admin-guide/troubleshooting/kerberos.md
2024-08-08 16:17:50 +02:00

14 lines
484 B
Markdown

# Kerberos
PSI Kerberos documentation: https://intranet.psi.ch/de/knowledge-base/kerberos-and-afs
- Old AIT AD Kerberos troubleshooting guide: [PDF](_static/AIT-AD-Kerberos-Troubleshooting.pdf)
- Old AIT keytab file documentation: [PDF](_static/AIT-Keytab-File.pdf)
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
```