Hey everyone, I've scoured the internet for a week trying to figure out how to build CAS Version 3.4.2.1 Final with LDAP support and get it configured.
Every time I execute the build, I get this error: Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authenticationManager' defined in ServletContext resource [/WEB-INF/deployerConfigContext.xml]: Cannot create inner bean 'org.jasig.cas.adaptors.ldap.FastBindLdapAuthenticationHandler#16cd83d8' of type [org.jasig.cas.adaptors.ldap.FastBindLdapAuthenticationHandler] while setting bean property 'authenticationHandlers' with key [0]; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.jasig.cas.adaptors.ldap.FastBindLdapAuthenticationHandler] for bean with name 'org.jasig.cas.adaptors.ldap.FastBindLdapAuthenticationHandler#16cd83d8' defined in ServletContext resource [/WEB-INF/deployerConfigContext.xml]; nested exception is java.lang.ClassNotFoundException: org.jasig.cas.adaptors.ldap.FastBindLdapAuthenticationHandler Now, I've reviewed everything. I've built CAS from scratch about 15 times now and for the life of me, it continues to look like the cas-support-ldap module isn't being added into my cas.war or my cas-server-webapp/target directory. I've modified the pom.xml and added in all references to ldap that i could possibly find. I've used mvn install, I've followed these 3 sets of instructions: https://wiki.jasig.org/display/CASUM/LDAP?decorator=printable https://wiki.jasig.org/display/CASUM/Installation+Instructions https://wiki.jasig.org/display/CASUM/Building+and+Deploying Am I missing something? Thanks in advance, ct -- 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
