我已经在Windows域中获得授权,并希望获得我的Kerberos票证的缓存.
从Windows命令行我可以获取故障单的元数据(但不是缓存本身):
klist tickets
我需要缓存使用php-function ldap_sasl_bind,其中我必须使用缓存票证的路径设置环境变量KRB5CCNAME.
有没有办法在Windows(或缓存路径)中获取Kerberos票证缓存?
环境:Windows 2008,IIS 7.5.
解决方法:
SAS,
查看微软的Tim Springston撰写的以下文章 –
查看和清除缓存的Kerberos票证
@ https://blogs.technet.microsoft.com/tspring/2014/06/23/viewing-and-purging-cached-kerberos-tickets/
在其中,他提供了两个PowerShell脚本,在运行时 –
… a quick and easy way to list the cached tickets for all users on a computer. We are also left with a quick way to purge all cached tickets from a server while keeping the server available to provide services.
希望这篇文章至少可以帮助你.
最好,
-Rush