This closes #270
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/f4235a6b Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/f4235a6b Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/f4235a6b Branch: refs/heads/master Commit: f4235a6b9f4922b9ae28e2793d8b33df03fcb32a Parents: 2729bd6 dd4a8d6 Author: Clebert Suconic <[email protected]> Authored: Wed Dec 16 17:57:23 2015 -0500 Committer: Clebert Suconic <[email protected]> Committed: Wed Dec 16 17:57:23 2015 -0500 ---------------------------------------------------------------------- .../artemis/maven/ArtemisCreatePlugin.java | 38 ++- examples/features/standard/pom.xml | 3 +- .../features/standard/security-ldap/pom.xml | 151 +++++++++ .../features/standard/security-ldap/readme.html | 326 +++++++++++++++++++ .../artemis/jms/example/SecurityExample.java | 288 ++++++++++++++++ .../ldap/InMemoryDirectoryServiceFactory.java | 168 ++++++++++ .../example/ldap/InMemorySchemaPartition.java | 95 ++++++ .../artemis/jms/example/ldap/LdapServer.java | 102 ++++++ .../activemq/server0/artemis-roles.properties | 20 ++ .../activemq/server0/artemis-users.properties | 20 ++ .../main/resources/activemq/server0/broker.xml | 84 +++++ .../resources/activemq/server0/login.config | 35 ++ .../src/main/resources/example.ldif | 81 +++++ .../src/main/resources/jndi.properties | 22 ++ 14 files changed, 1420 insertions(+), 13 deletions(-) ----------------------------------------------------------------------
