windows XP 和 unix 中 kerberos 票证 TGT 和服务票证的路径?

发布于 2024-10-14 06:47:02 字数 120 浏览 1 评论 0原文

有人可以在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浅黛梨妆こ 2024-10-21 06:47:02

您可以使用 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文