On Mon, Oct 21, 2013 at 05:15:22AM -0700, Geo P.C. wrote: > Than you very much for your reply. I configured as you said and now CAS > is authenticating with LDAP but after login we are getting as "CAS is > Unavailable.There was an error trying to complete your request. Please > notify your support desk or try again."
It looks like you updated the credentialsToPrincipalResolvers to include the CredentialsToLDAPAttributePrincipalResolver bean? I believe that is no longer required for the current version of CAS, you must have picked it up from obsolete documentation. > <property name="credentialsToPrincipalResolvers"> [...] > <bean > class="org.jasig.cas.authentication.principal.CredentialsToLDAPAttributePrincipalResolver"> I didn't change that section at all on my setup. Try putting it back to what the default config contains... -- Paul B. Henson | (909) 979-6361 | http://www.csupomona.edu/~henson/ Operating Systems and Network Analyst | [email protected] California State Polytechnic University | Pomona CA 91768 -- 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
