[
https://issues.apache.org/jira/browse/ARTEMIS-3542?focusedWorklogId=670831&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-670831
]
ASF GitHub Bot logged work on ARTEMIS-3542:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 27/Oct/21 15:46
Start Date: 27/Oct/21 15:46
Worklog Time Spent: 10m
Work Description: MM53 commented on pull request #3820:
URL: https://github.com/apache/activemq-artemis/pull/3820#issuecomment-953059428
I didn't changed those references to `dn` because they refer to the full
name of the user. The `userDn` only contains to the relative path because the
`baseDn` defined in `CONNECTION_URL` is added automatically when calling
`context.getAttributes`. Therefore I thought using the full name is more
informative for debugging. I also could change it to always use `dn` or
`userDn` if you wish.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 670831)
Time Spent: 0.5h (was: 20m)
> 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: 0.5h
> 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.3.4#803005)