I want to have the values in login.config file something like this
LdapConfiguration {
                        org.apache.activemq.jaas.LDAPLoginModule required
                        debug=true
                       
initialContextFactory=com.sun.jndi.ldap.LdapCtxFactory
                        connectionURL="${connectionURL}"
                        connectionProtocol=""
                        connectionUsername="${connectionUser}"
                        connectionPassword="${connectionPwd}"
                        authentication="${auth}
};

We can pass using -d option in Java. but we wanted this to be in a
propertyfile so that we can have encryption for Password

-Thanks



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/How-to-inject-properties-in-to-login-config-for-LDAPLoginModule-tp4712231.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to