Marlon Müller created ARTEMIS-3542:
--------------------------------------
Summary: Avoid requesting the root attribute when binding a user
to LDAP
Key: ARTEMIS-3542
URL: https://issues.apache.org/jira/browse/ARTEMIS-3542
Project: ActiveMQ Artemis
Issue Type: Improvement
Components: JAAS
Reporter: Marlon Müller
Fix For: 2.20.0
Currently the bindUser-method of the LDAPLoginModule tries to verify the user
through requesting the root attribute of the LDAP tree. This check fails if the
user is not allowed to access the root element although everything else is
working properly.
To fix this problem the user should only request its own LDAP attribute as this
will always be possible.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)