Active Directory members using Kerberos authentication are assigned a credential cache file to contain their requested Kerberos tickets. The file’s location is set through the user’s KRB5CCNAME environment variable.
Acquire a Kerberos ticket-granting ticket (TGT) for the current user
kinit
List tickets currently stored in the user’s credential cache file
klist
Get a list of available Service Principal Names (SPN) from the domain controller using ldapsearch with the -Y GSSAPI parameter to force it to use Kerberos authentication. It may ask for an LDAP password, but if we just hit enter at the prompt, it will continue and use Kerberos for authentication.