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/10/29 09:54:00 UTC

[jira] [Work logged] (ARTEMIS-3140) Support com.sun.jndi.ldap.tls.cbtype in LDAPLoginModule

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

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

                Author: ASF GitHub Bot
            Created on: 29/Oct/21 09:53
            Start Date: 29/Oct/21 09:53
    Worklog Time Spent: 10m 
      Work Description: pahamala opened a new pull request #3826:
URL: https://github.com/apache/activemq-artemis/pull/3826


   Adds support for extra configuration options to LDAP login module to
   prepare for supporting any future/custom string configuration in LDAP
   directory context creation. Includes also fixes for issues reported by
   static analysis tools.


-- 
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: 671894)
    Remaining Estimate: 0h
            Time Spent: 10m

> Support com.sun.jndi.ldap.tls.cbtype in LDAPLoginModule
> -------------------------------------------------------
>
>                 Key: ARTEMIS-3140
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3140
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>    Affects Versions: 2.17.0
>            Reporter: Panu Hämäläinen
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Microsoft has added the following binding feature to LDAP connections (AD/Domain Controllers):
> [https://support.microsoft.com/en-us/topic/use-the-ldapenforcechannelbinding-registry-entry-to-make-ldap-authentication-over-ssl-tls-more-secure-e9ecfa27-5e57-8519-6ba3-d2c06b21812e]
>  
> To interoperate with this Java has required some changes which are available at least in a Java 16 release candidate:
> [https://bugs.openjdk.java.net/browse/JDK-8245527]
> That is, to make Java add the required channel binding information to its LDAP connection, the JNDI environment property \{{com.sun.jndi.ldap.tls.cbtype}} must be set to \{{tls-server-end-point}}. However, Artemis LDAPLoginModule creates an internal environment object which does not support the property.
>  
> I would also propose to improve the LDAPLoginModule class in a way that any future custom/added property could be included to the JNDI environment without requiring changes to the actual code.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)