Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用通过 S4U2Proxy(基于资源的约束委派)获得的服务票证安装 smb/cifs 文件共享。我想我可以在 Java 中完成所有步骤,除了创建带有服务票证的凭证缓存(然后 mount.cifs 可以使用)。
我已经在 SO 上看到了一些关于从 Java 编写凭据缓存的问题,而且看起来无法完成。有什么相反的想法吗?
或者,可以编写凭证缓存的 S2U4Proxy 的语言和库是什么?它必须在 Linux 上运行。