Description
Active Directory does not handle referrals correctly, causing issues with the LdapLoginModule when there are referrals beneath role.base.dn. The Spring team (as well as many others) added a workaround for this issue in version 1.0 of spring-ldap. Their implementation can be seen here: https://github.com/spring-projects/spring-ldap/blob/master/core/src/main/java/org/springframework/ldap/core/LdapTemplate.java#L379-L387.
Following a similar model, a new property can be created to log and ignore PartialResultException in LdapCache.
Attachments
Issue Links
- links to