SmithJosh opened a new pull request #2879: ARTEMIS-2535 Add ignorePartialResultException option to LDAPLoginModule URL: https://github.com/apache/activemq-artemis/pull/2879 Active Directory servers are unable to handle referrals automatically. This causes a PartialResultException to be thrown if a referral is encountered beneath the base search DN, even if `Context.REFERRAL` is set to `ignore`. This PR adds an option to ignore these exceptions, allowing login to proceed with the query results received before the exception was encountered. This is the same solution used by Spring. See https://github.com/spring-projects/spring-ldap/blob/master/core/src/main/java/org/springframework/ldap/core/LdapTemplate.java#L379-L387 Issue: https://issues.apache.org/jira/browse/ARTEMIS-2535
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
