> 2011-04-13 12:38:37,481 DEBUG > [org.springframework.web.servlet.DispatcherServlet] - Could not complete > request > org.springframework.ldap.NameNotFoundException: [LDAP: error code 32 - NDS > error: no such entry (-601)]; nested exception is > javax.naming.NameNotFoundException: [LDAP: error code 32 - NDS error: no such > entry (-601)]; remaining name > '"cn=https://our-server-FQDN:443/proxy/receptor, ou=People, dc=test, dc=com"'
Looks like your one of your LDAP components is trying to treat an instance of HttpBasedServiceCredentials from your proxy callback as a UsernamePasswordCredentials object and performing an LDAP query on it. Based on the presence of cn in the bad DN, my guess is it's one of the Sungard beans: * com.sghe.cas.extension.UDCIDAuthenticationMetaDataPopulator * com.sghe.cas.extension.UDCPersonAttributeDaoUtil 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
