windows XP 和 unix 中 kerberos 票证 TGT 和服务票证的路径?
有人可以在 Windows XP 和 unix 中发送 kerberos 票证 TGT 和服务票证的路径吗?
另外,我们如何知道Windows和Unix中使用的kerberos版本?
非常感谢,
Could someone please send across the path of kerberos tickets TGT and service tickets in windows XP and unix?
Also, how do we know the version of kerberos being used in windows and unix?
Many Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 klist 获取 Unix 上的 Kerberos 票证。票证路径因操作系统而异。 klist 命令应该告诉您路径。在某些 Unix 平台上,您可以指定 -4 或 -5 以仅显示 v4 票证或 v5 票证。
您可以使用 Kerbtray< /a> 或 Klist 查看 Windows XP 上 kerberos 票证的详细信息。它们都可以从 Windows Server 2003 资源工具包。实际上,如果您的 Windows 已加入 Active Directory,您应该始终拥有 v5 kerberos 票证。
如果您无权在 Windows XP 计算机上安装 Windows Server 2003 资源工具包,请尝试在 google 上搜索“tktview”。这是 Keith Brown 很久以前编写的工具。源代码包含在 2000 年的一篇 MSDN 文章中
You can use klist to get the Kerberos tickets on Unix. The ticket path is different from OS to OS. The klist command should tell you the path. On some Unix platforms, you can specify -4 or -5 to just show the v4 tickets or v5 tickets.
You can use Kerbtray or Klist to see the details of kerberos ticket on Windows XP. Both of them can be found from Windows Server 2003 Resource Kit. Actually, you should always have v5 kerberos tickets if your Windows is joined to Active Directory.
If you don't have permission to install Windows Server 2003 Resource Kit on your Windows XP machine, try to google "tktview". It's a tool written by Keith Brown long time ago. The source code was included in one of the MSDN articles back to the year 2000