我可以使用 kerberos 在 jconsole 上进行身份验证吗?

发布于 2024-12-23 08:09:16 字数 192 浏览 10 评论 0原文

有谁知道是否可以使用 kerberos 在 jconsole 上进行身份验证? 我设置了一个带有 kerberos 身份验证的 tomcat,如果您在浏览器中访问管理器,它可以正常工作。当尝试连接到 jmx 端口时,问题就开始了,因为 jconsole 似乎没有传递客户端的 kerberos 票证。如果有人能给我任何指示,我将不胜感激。

谢谢, 埃德。

Does anyone know if it's possible to authenticate on jconsole using kerberos?
I set up a tomcat with kerberos authentication which works fine if you visit the manager in a browser. The trouble starts when trying to connect to the jmx port as jconsole doesn't seem to pass the client's kerberos ticket. If anyone could give me any pointers, would be much appreciated.

Thanks,
Ed.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

薄荷→糖丶微凉 2024-12-30 08:09:16

我可能误解了您的问题,但是您是否配置了 JMX 连接器或仅配置了 Web 应用程序来使用 Kerberos?

有一个 Krb5LoginModule,您可以使用 com.sun.management.jmxremote.login.config 属性为 JMX 连接器启用 Kerberos。

I might have misunderstood your question but have you configured the JMX connector or just the web application to use Kerberos?

There is a Krb5LoginModule which you can specify using the com.sun.management.jmxremote.login.config property to enable Kerberos for the JMX connector.

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