Re: Apache Apollo Broker Connection to LDAP OVER SSL

2012-11-26 Thread bhavesh.patel
I did solve this issue by installing certificate in jre/lib/security folder using InstallCert . So i am good . This is the configuration which worked for me , {org.apache.activemq.jaas.LDAPLoginModule required debug=true initialContextFactory=com.sun.jndi.ldap.LdapCtxFactory connection

Re: Apache Apollo Broker Connection to LDAP OVER SSL

2012-11-25 Thread Hiram Chirino
Hi, Try using a login module configuration similar to: org.apache.activemq.jaas.LDAPLoginModule required debug=true initialContextFactory=com.sun.jndi.ldap.LdapCtxFactory connectionURL="ldap://ldap.acme.com:389"; connectionUsername="cn=mqbroker,ou=Services,dc=acme,dc=com"