GitHub user gtully opened a pull request:
https://github.com/apache/activemq-artemis/pull/1508
Artemis 1373
- Have the ldapLoginModule do role mapping for any artemis UserPrincipal
present in the subject
- support using kerberos to authenticate to ldap
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gtully/activemq-artemis ARTEMIS-1373
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1508.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1508
----
commit 9dff2050aa0ebf7903d2a00769502cae5bc43398
Author: gtully <[email protected]>
Date: 2017-09-01T14:40:33Z
ARTEMIS-1373 - allow LDAP login module apply role mapping to existing user
principals in the subject
commit 6ab30c5c6f2d5915d51093790b6e5f88ea4c512e
Author: gtully <[email protected]>
Date: 2017-09-04T13:33:30Z
ARTEMIS-1372 - alow auth to ldap via kerberos
----
---