You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2019/10/30 19:51:04 UTC

[GitHub] [activemq-artemis] SmithJosh edited a comment on issue #2879: ARTEMIS-2535 Add ignorePartialResultException option to LDAPLoginModule

SmithJosh edited a comment on issue #2879: ARTEMIS-2535 Add ignorePartialResultException option to LDAPLoginModule
URL: https://github.com/apache/activemq-artemis/pull/2879#issuecomment-548082884
 
 
   Whoops, I'll check it out. That if statement was causing a PartialResultException, which is why I removed it. Should be able to wrap in a try/catch instead.
   
   Also, I did a little more digging. Still didn't find anything from Microsoft, but the root issue is that if `Context.REFERRAL` is set to `ignore`, JNDI expects target directory services to support the `ManageDsaIT` control, which Active Directory does not. See https://docs.oracle.com/javase/jndi/tutorial/ldap/referral/jndi.html
   
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services