Re: LDAP authorization with multiple LDAP servers

2019-11-26 Thread Weil, Janus
Dear Justin, thanks a lot for your reply (and please keep me in CC, since I'm not subscribed to the ActiveMQ mailing list). By now I have tried to use a space-separated list of URLs and indeed it seems to work. Very nice! I guess it would be good to mention this in the documentation, wouldn

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

Re: LDAP Authorization

2010-08-20 Thread qbeardn
We are also trying to use LDAP for user authentication and message authorization. A co-worker of mine found a mismatch between the code and documentation [1]. After assorted code and configuration tweaks, he has arrived at what seems like a reasonable set of changes and also has a way to author

Re: LDAP Authorization

2010-03-11 Thread lhays
I am trying to prototype the use of ActiveMQ and openLDAP, and I am new to both applications. I see there are issues with the LDAPAuthorizationMap, (AMQ-826). I have successfully connected and sent messages/topics through a message broker using simpleAuthentication and authorizationEntries, (FUSE