> 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 change the value of the "connectionURL" parameter. Currently you're likely using something like:
ldap://host:389 You can change that to something like this: ldaps://host:636 Further reading is here [1]. Justin [1] https://docs.oracle.com/javase/jndi/tutorial/ldap/misc/url.html On Mon, Dec 2, 2024 at 9:37 AM Ravindu Wanasinghe < ravindu.wanasin...@chakray.com> wrote: > +MIT.MS <mit...@chakray.com> > > 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 <jbert...@apache.org> wrote: > > > 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). Do you want to configure either one of > > these functions? If so, which one? Please clarify. > > > > > > Justin > > > > On Mon, Dec 2, 2024 at 8:18 AM Ravindu Wanasinghe < > > ravindu.wanasin...@chakray.com> wrote: > > > > > Hi Justin, > > > > > > No, I want to configure Secure LDAP for ActiveMQ . > > > > > > Thanks, > > > Ravindu. > > > > > > On Mon, 2 Dec 2024 at 19:44, Justin Bertram <jbert...@apache.org> > 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:42 AM Ravindu Wanasinghe < > > > > ravindu.wanasin...@chakray.com> wrote: > > > > > > > > > Hi Justin, > > > > > > > > > > We are using Classic ActiveMQ. > > > > > > > > > > Regards, > > > > > Ravindu Wanasinghe. > > > > > > > > > > On Wed, 27 Nov 2024 at 21:15, Justin Bertram <jbert...@apache.org> > > > > 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> wrote: > > > > > > > > > > > > > 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 < > > > > > > > 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 Activemq ? > > > > > > > > 2.If yes, please send us a document or resources for > reference. > > > > > > > > > > > > > > > > Highly appreciate your support for this. > > > > > > > > > > > > > > > > Thanks, > > > > > > > > Ravindu > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >