使用 LDAP 的 ActiveMQ Web 控制台 (Jetty) 身份验证
我想知道是否有人知道如何使用 ActiveMQ 5.4.2 Web Console 的 LDAP 设置身份验证?
只需从 jetty.xml 启用基本身份验证并在 jetty-realm.properties 文件中以明文形式设置新用户/通行证非常简单,但 LDAP 中有许多用户需要访问 Web 控制台。
预先感谢您的帮助!
内尔塞斯
I was wondering if anyone knows how to setup authentication using LDAP for ActiveMQ 5.4.2 Web Console?
It's really simple just to enable basic authentication from jetty.xml and set a new user/pass in clear text in jetty-realm.properties file, but I have many users in LDAP that need to access the web console.
Thank you in advance for any help!
Nerses
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 JAAS 和 LdapLoginModule。
http://wiki.eclipse.org/Jetty/Tutorial/JAAS
和 LdapLoginModule
-jim
You could use JAAS and the LdapLoginModule.
http://wiki.eclipse.org/Jetty/Tutorial/JAAS
and LdapLoginModule
-jim