Re: Support requesting to config SLDAP for ActiveMQ

2024-12-04 Thread Matt Pavlovich
Hi Ravindu- The ActiveMQ web console uses a separate JAAS realm in 5.x — you will need to modify the conf/jetty.xml and related realm files used by Jetty. (Jetty is the sub-component that provides the http:// services in ActiveMQ) Thanks, Matt > On Dec 4, 2024, at 4:13 AM, Ravindu Wanasinghe

Re: Support requesting to config SLDAP for ActiveMQ

2024-12-04 Thread Ravindu Wanasinghe
HI Matt, We need to use this sldap authentication when logging to the activemq console(GUI) from a browser. Could you please guide us which files/configurations are used for the authentication in activemq console. Regards, Ravindu. On Wed, 4 Dec 2024 at 04:14, Matt Pavlovich wrote: > Hi Ravind

Re: Support requesting to config SLDAP for ActiveMQ

2024-12-03 Thread Matt Pavlovich
Hi Ravindu- What is the exception message in the log? Note: LDAP/LDAPS support is provided by the Java JDK and not any additional 3rd party dependencies. Thanks, Matt > On Dec 3, 2024, at 8:50 AM, Ravindu Wanasinghe > wrote: > > +MIT.MS > > Hi justin, > > Than

Re: Support requesting to config SLDAP for ActiveMQ

2024-12-03 Thread Ravindu Wanasinghe
+MIT.MS Hi justin, Thank you for your response. I have already updated the configuration in conf/login.config as per your suggestion. I changed the connectionURL parameter from: ldap://host:389 to: ldaps://host:636 However, this modification did not resolve the issue. Could there be other co

Re: Support requesting to config SLDAP for ActiveMQ

2024-12-03 Thread Ravindu Wanasinghe
+MIT.MS We are using LDAP for login to Active MQ. We have removed the existing LDAP configuration, and now we need to set up secure LDAP. Thanks, Ravindu. On Mon, 2 Dec 2024 at 19:58, Justin Bertram wrote: > By "Secure LDAP" do you mean LDAP over SSL? > > In what specific way do you want t

Re: Support requesting to config SLDAP for ActiveMQ

2024-12-02 Thread Patrick Deasy
uthorization-module>. Please follow the documentation links to see what best suits your needs. Patrick From: Justin Bertram Sent: Monday 2 December 2024 06:27 To: users@activemq.apache.org Subject: Re: Support requesting to config SLDAP for ActiveMQ By "Se

Re: Support requesting to config SLDAP for ActiveMQ

2024-12-02 Thread Justin Bertram
By "SLDAP" are you referring to LDAP over SSL? Are you wanting to configure authentication or authorization or both? Justin On Mon, Dec 2, 2024 at 2:42 AM Ravindu Wanasinghe < ravindu.wanasin...@chakray.com> wrote: > Hi Justin, > > We are using Classic ActiveMQ. > > Regards, > Ravindu Wanasing

Re: Support requesting to config SLDAP for ActiveMQ

2024-12-02 Thread Ravindu Wanasinghe
Hi Justin, No, I want to configure Secure LDAP for ActiveMQ . Thanks, Ravindu. On Mon, 2 Dec 2024 at 19:44, Justin Bertram wrote: > By "SLDAP" are you referring to LDAP over SSL? > > Are you wanting to configure authentication or authorization or both? > > > Justin > > On Mon, Dec 2, 2024 at 2

Re: Support requesting to config SLDAP for ActiveMQ

2024-12-02 Thread Justin Bertram
By "Secure LDAP" do you mean LDAP over SSL? In what specific way do you want to "configure Secure LDAP for ActiveMQ"? LDAP typically holds name & role information for users who are connecting to the broker. The broker can integrate with LDAP to either authenticate or authorize these users (or both

Re: Support requesting to config SLDAP for ActiveMQ

2024-12-02 Thread Justin Bertram
> We are using LDAP for login to Active MQ. I assume that you're talking about authentication. In that case, the configuration for the LDAPLoginModule will be located in conf/login.config. It uses com.sun.jndi.ldap.LdapCtxFactory from the JDK to communicate with LDAP. I believe you simply need to

Re: Support requesting to config SLDAP for ActiveMQ

2024-12-02 Thread Ravindu Wanasinghe
Hi Justin, We are using Classic ActiveMQ. Regards, Ravindu Wanasinghe. On Wed, 27 Nov 2024 at 21:15, Justin Bertram wrote: > Which ActiveMQ broker are you asking about? Classic or Artemis? > > > Justin > > > On Wed, Nov 27, 2024 at 5:12 AM Ravindu Wanasinghe < > ravindu.wanasin...@chakray.com>

Re: Support requesting to config SLDAP for ActiveMQ

2024-11-27 Thread Justin Bertram
Which ActiveMQ broker are you asking about? Classic or Artemis? Justin On Wed, Nov 27, 2024 at 5:12 AM Ravindu Wanasinghe < ravindu.wanasin...@chakray.com> wrote: > Hi Team, > > Requesting s support for config SLDAP for the ActiveMQ, > > 1.Is there a possibility to config SLDAP for the Activem

Re: Support requesting to config SLDAP for ActiveMQ

2024-11-27 Thread Ravindu Wanasinghe
Hi Team, Requesting s support for config SLDAP for the ActiveMQ, 1.Is there a possibility to config SLDAP for the Activemq ? 2.If yes, please send us a document or resources for reference. Highly appreciate your support for this. Thanks, Ravindu On Wed, 27 Nov 2024 at 16:28, Ravindu Wanasinghe