Technical Tip: How to use krb_test tool on FortiADC
| Description | This article describes how to use the krb_test tool for Kerberos authentication testing and troubleshooting purposes on FortiADC using the CLI. |
| Scope | FortiADC. |
| Solution |
diagnose system krb_test -d Cleared!
diagnose system krb_test s <SPN> -u <UPN> -n <delegator principal name> -p <delegator password>
For example: the command output below indicates an incorrect delegator account password has been used.
diagnose system krb_test -s http/www218.example.test@EXAMPLE.TEST -u adclocal2@EXAMPLE.TEST -n host/proxyadmin@EXAMPLE.TEST -p fortinet See the FortiADC administration guide for more information. |