Re: LDAP authorization with multiple LDAP servers

2019-11-26 Thread Weil, Janus
64 > [2] https://docs.oracle.com/javase/jndi/tutorial/ldap/misc/url.html > [3] https://docs.oracle.com/javase/jndi/tutorial/ldap/misc/src/MultiUrls.java ________ From: Weil, Janus Sent: Friday, November 22, 2019 5:21 PM To: users@activemq.apache.org Subject: LDAP authori

Re: LDAP authorization with multiple LDAP servers

2019-11-22 Thread Justin Bertram
Under the covers the cachedLDAPAuthorizationMap uses com.sun.jndi.ldap.LdapCtxFactory for connectivity with LDAP [1]. The Oracle documentation states [2], "Instead of just one URL, you can also supply a space-separated list of URLs. In this case, the LDAP provider will attempt to use each URL in t

LDAP authorization with multiple LDAP servers

2019-11-22 Thread Weil, Janus
Dear ActiveMQ people, we have a neatly working setup of several ActiveMQ 5 brokers which rely on an LDAP server for authorization. The configuration in activemq.xml looks roughly like this (some parts omitted): ldap://my