Re: Integrate ActiveMQ classic version with Ldap for web console access

2023-11-15 Thread Matt Pavlovich
… but you should use JB’s answer of using a separate JAAS realm for Jetty vs the 5.x-era approach. > On Nov 15, 2023, at 8:46 AM, Matt Pavlovich wrote: > > Hi Simon- > > Yes! The examples/conf folder in 6.0.0 contains the 5.x era configs for > jetty to revert back to dedicated JAAS for jetty

Re: Integrate ActiveMQ classic version with Ldap for web console access

2023-11-15 Thread Matt Pavlovich
Hi Simon- Yes! The examples/conf folder in 6.0.0 contains the 5.x era configs for jetty to revert back to dedicated JAAS for jetty-layer. Thanks, Matt Pavlovich > On Nov 14, 2023, at 10:41 PM, Simon Lundström wrote: > > Morning Matt, > > Is it possible to still separate auth[NZ] for web and

Re: Integrate ActiveMQ classic version with Ldap for web console access

2023-11-15 Thread Jean-Baptiste Onofré
Hi Fabrice, Here's the steps to use LDAP for the ActiveMQ WebConsole (on ActiveMQ 5.x): 1. You have to add jetty-jaas jar in the lib/web folder, using the same version as the Jetty artifacts already there (for instance https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-jaas/9.4.19.v20190610/j

Re: Integrate ActiveMQ classic version with Ldap for web console access

2023-11-14 Thread Simon Lundström
Morning Matt, Is it possible to still separate auth[NZ] for web and messaging layer in 6.x? People tend to connect to the web console and machines are using the messaging layer. BR, - Simon On Tue, 2023-11-14 at 20:20:42 +0100, Matt Pavlovich wrote: > Hi Fabrice- > > For ActiveMQ 5.x, the web

Re: Integrate ActiveMQ classic version with Ldap for web console access

2023-11-14 Thread Matt Pavlovich
Hi Fabrice- For ActiveMQ 5.x, the web console access is managed by Jetty in a separate password store. Following Jetty instructions for configuring LDAP and group permissions. Ref: https://eclipse.dev/jetty/javadoc/jetty-9/org/eclipse/jetty/jaas/spi/LdapLoginModule.html Note: For ActiveMQ 6.x