add kerberos curl troubleshooting info

This commit is contained in:
2023-10-17 12:34:04 +02:00
parent 6741df36ee
commit eba1b2a60b

View File

@@ -4,3 +4,9 @@ PSI Kerberos documentation: https://intranet.psi.ch/de/knowledge-base/kerberos-a
- Old AIT AD Kerberos troubleshooting guide: [PDF](../_static/AIT-AD-Kerberos-Troubleshooting.pdf)
- Old AIT keytab file documentation: [PDF](../_static/AIT-Keytab-File.pdf)
Troubleshooting kerberos authentication problems of curl:
```bash
KRB5_TRACE=/dev/stderr curl -v --negotiate -u : https://boot00-test.psi.ch/sysdb/v1/node > /dev/null
```