使应用程序成为已知服务,以对应用程序进行 Kerberize 处理
我已经创建了一个应用程序,并且有一个 kerberos 领域 - 我希望能够“kerberize”这个应用程序。我不是 100% 知道如何执行此操作的详细信息,但是,有没有一种方法可以设置任何给定应用程序的服务名称,以便将其添加到 kerberos 密钥表中?
非常感谢任何教程或代码示例!
I have created an application, and have a kerberos realm - i wish to be able to 'kerberize' this application. Im not 100% of the details of how to do this but, is there a way you can set the service name of any given application so that you can add it to the kerberos keytab?
Any tutorials or code samples are greatly appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该查看 JDK 6 安全文档,更具体地说 使用 Kerberos 进行单点登录Java。
You should check the JDK 6 Security documentation, more specifically Single Sign-on Using Kerberos in Java.