Anything that goes in activemq.xml can be encrypted because of Spring support (see http://activemq.apache.org/encrypted-passwords.html) Unfortunately, I do not believe there is a way to encrypt a password in the login.config file however.
There is also newer way to use LDAP that you could try and that looks like it might support password encryption. See this link http://activemq.apache.org/cached-ldap-authorization-module.html and see if that will work for you. On Thu, Jun 18, 2015 at 4:31 PM, alt_alt <[email protected]> wrote: > Hi all, > I am using ldap service to do authentication and authorization, and I need > to set connectionPassword for LDAPLoginModule in login.config file. Is > there > any way to encrypt this password. > > Any response is highly appreciated. > > Thanks > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Is-there-any-way-to-encrypt-connectionPassword-in-LDAPLoginModule-tp4697979.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >
