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

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

                Author: ASF GitHub Bot
            Created on: 06/Nov/25 10:38
            Start Date: 06/Nov/25 10:38
    Worklog Time Spent: 10m 
      Work Description: gtully commented on code in PR #6024:
URL: https://github.com/apache/activemq-artemis/pull/6024#discussion_r2498432475


##########
artemis-server/src/main/java/org/apache/activemq/artemis/spi/core/security/jaas/LDAPLoginModule.java:
##########
@@ -71,6 +71,20 @@ public class LDAPLoginModule implements AuditLoginModule {
 
    private static final Logger logger = 
LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
 
+   private static final ThreadLocal<Map<String, String>> 
environmentThreadLocal = new ThreadLocal<>();

Review Comment:
   your thread local is fine too, I don't think it needs to change, the right 
place for the config is in the login module config, no point introducing 
additional system properties that could clash.





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

    Worklog Id:     (was: 990538)
    Time Spent: 1h  (was: 50m)

> Improve LDAPLoginModule ssl support
> -----------------------------------
>
>                 Key: ARTEMIS-5738
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-5738
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Domenico Francesco Bruscino
>            Assignee: Domenico Francesco Bruscino
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Align the SSL Support of LDAPLoginModule with the other connection resources, 
> such as the connectors.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to