Files
Controls-docs/admin-guide/troubleshooting/kerberos.md
T

14 lines
490 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
```