We misspoke. As you discovered, LdapContextSource has no such property. The class that exposes that property is LdapTemplate, http://static.springframework.org/spring-ldap/docs/1.2.1/api/spring-ldap/org/springframework/ldap/core/LdapTemplate.html#setIgnorePartialResultException(boolean).
Unfortunately, LdapPersonAttributeDao creates an instance of this class internally (lines 273-277 in version 1.1.2), which would preclude external configuration as needed in your case. It needs a similar change as we applied to CredentialsToLDAPAttributePrincipal to fix referral errors. I believe we should open a Jira issue with the PersonDirectory project for this. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
