You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (Jira)" <ji...@apache.org> on 2019/10/31 13:21:00 UTC

[jira] [Resolved] (ARTEMIS-2535) Add option to ignore PartialResultExceptions in LDAP searches

     [ https://issues.apache.org/jira/browse/ARTEMIS-2535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Justin Bertram resolved ARTEMIS-2535.
-------------------------------------
    Fix Version/s: 2.11.0
       Resolution: Fixed

> Add option to ignore PartialResultExceptions in LDAP searches
> -------------------------------------------------------------
>
>                 Key: ARTEMIS-2535
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2535
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: Broker
>            Reporter: Josh Smith
>            Priority: Minor
>             Fix For: 2.11.0
>
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> Active Directory doesn't handle referrals automatically, which causes a PartialResultException to be thrown whenever a referral is encountered beneath the search DN, even if Context.REFERRAL is set to `ignore` [1].
> SpringĀ [1], Karaf [2] and others have implemented workarounds for this in the form of an option to ignore these PartialResultExceptions. Add a similar option to the LDAPLoginModule so that referrals can be ignored when working with Active Directory.
> [1] [https://docs.spring.io/autorepo/docs/spring-ldap/current/apidocs/org/springframework/ldap/core/LdapTemplate.html]
> [2] https://github.com/apache/karaf/blob/master/manual/src/main/asciidoc/developer-guide/security-framework.adoc#ldaploginmodule]



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