Here's the root cause: > org.springframework.ldap.PartialResultException: nested exception is > javax.naming.PartialResultException [Root exception is > javax.naming.CommunicationException: kcc.kirtland.edu:636 [Root exception is > java.net.SocketException: Connection reset
It's odd to me that under a PartialResultException there is a connection reset. In any case PartialResultExcpetions are a well known problem when working with AD. You need to specifically configure them to be ignored. See the relevant notes about ignorePartialResultException in the *Handler sections of https://wiki.jasig.org/display/CASUM/LDAP. 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
