> Ah, this is enlightening. It indicates that your handler > configuration > with p:ignorePartialResultException="true" is fine. It's likely your > CredentialToPrincipalResolver that's causing problems. Unfortunately, > there is no way to configure > CredentialsToLDAPAttributePrincipalResolver > to ignore partial result exceptions. You could easily extend it, > though, > to provide a setter for the underlying ldapTemplate, and then pass in > an > LdapTemplate [1] configured with ignorePartialResultException="true".
> Hope that helps, > M That definitely helped! It made me realize that though I already had the LdapTemplate defined correctly for this, I hadn't referenced it (<property name="ldapTemplate" ref="ldapTemplate" />) in my attributeRepository. Thanks much for the assistance! All is well here now. - Paul Chauvet -- 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
