I logged in to a Windows domain and want to get the cache of my Kerberos ticket. From the Windows command line, I can get ticket metadata (but not the cache itself):
klist tickets
I need a cache to use the php function ldap_sasl_bind, where I need to set an environment variable KRB5CCNAMEusing the cache path. Is there a way to get the Kerberos cache cache on Windows (or the cache path)? Environment: Windows 2008, IIS 7.5.
source
share