[ https://issues.apache.org/activemq/browse/AMQ-826?page=comments#action_36746 ] james strachan commented on AMQ-826: ------------------------------------
The best thing is to grab the code from subversion... http://incubator.apache.org/activemq/source.html e.g. type svn co http://svn.apache.org/repos/asf/incubator/activemq/trunk activemq then build it via the following (after installing maven) cd activemq mvn install -Dmaven.test.skip=true e.g. http://incubator.apache.org/activemq/building.html the test case is here... https://svn.apache.org/repos/asf/incubator/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/security/LDAPAuthorizationMapTest.java you can run the test case via cd activemq-core mvn test -Dtest=LDAPAuthorizationMapTest > LDAP based authorization support > -------------------------------- > > Key: AMQ-826 > URL: https://issues.apache.org/activemq/browse/AMQ-826 > Project: ActiveMQ > Issue Type: Improvement > Reporter: james strachan > Assigned To: Nikola Goran Cutura > Attachments: LdapAuth.zip > > > Patch kindly added by ngcutura - discussion thread... > http://www.nabble.com/LDAP-Authorization-tf1851705.html#a5344494 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/activemq/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
