You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/12/10 15:18:00 UTC

[jira] [Work logged] (ARTEMIS-3542) Avoid requesting the root attribute when binding a user to LDAP

     [ https://issues.apache.org/jira/browse/ARTEMIS-3542?focusedWorklogId=694040&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-694040 ]

ASF GitHub Bot logged work on ARTEMIS-3542:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 10/Dec/21 15:17
            Start Date: 10/Dec/21 15:17
    Worklog Time Spent: 10m 
      Work Description: MM53 commented on pull request #3820:
URL: https://github.com/apache/activemq-artemis/pull/3820#issuecomment-991056585


   Is there anything I forgot to do before this PR will be merged?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 694040)
    Time Spent: 50m  (was: 40m)

> 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
>    Affects Versions: 2.19.0
>            Reporter: Marlon Müller
>            Priority: Minor
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> 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.20.1#820001)