Hi there, I'm trying to setup a CAS server with authentication to our LDAP servers. I'm using the search-and-bind authentication method as described in http://www.ja-sig.org/products/cas/server/ldapauthhandler/index.html.
I have changed (inside the /webapp/WEB-INF/deployerConfigContext.xml file) the server, username and password values to reflect our local setup and built it using "ant clean; ant jar; ant war". Then I have deployed the new cas.war file to my tomcat server. Unfortunately, after I deploy the cas.war file and try to connect to it, I'm getting the following error: The Throwable encountered at context listener initialization was: org.springframework.beans.factory.BeanDefinitionStoreException: Error registering bean with name 'contextSource' defined in ServletContext resource [/WEB-INF/deployerConfigContext.xml]: Bean class [org.jasig.cas.adaptors.ldap.util.AuthenticatedLdapContextSource] not found; nested exception is java.lang.ClassNotFoundException: org.jasig.cas.adaptors.ldap.util.AuthenticatedLdapContextSource It seems like the org.jasig.cas.adaptors.ldap.util.AuthenticatedLdapContextSource is missing. >From what I can see, it's only referred to in the deployerConfigContext.xml file. Am I missing something? Any help will be greatly appreciated. Regards, Laurent _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
