Hello,

If you are seeking LDAPS which is LDAP with a SSL enabled then you need only 
change the connectionURL in the LDAP configuration.
Regular LDAP uses port 389 and it's connectionURL would look something like:
ldap://ldap.acme.com:389

LDAP secure uses port 636 and it's connectionURL would look something like:
ldaps://example.com:636


LDAP can be configured using an 
LDAPAuthorizationMap<https://activemq.apache.org/components/classic/documentation/security>
 or a 
cachedLDAPAuthorizationMap<https://activemq.apache.org/components/classic/documentation/cached-ldap-authorization-module>.
 Please follow the documentation links to see what best suits your needs.

Patrick
________________________________
From: Justin Bertram <jbert...@apache.org>
Sent: Monday 2 December 2024 06:27
To: users@activemq.apache.org <users@activemq.apache.org>
Subject: Re: Support requesting to config SLDAP for ActiveMQ

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
> > > > > >
> > > > >
> > > >
> > >
> >
>

Reply via email to