Guess I should have said, i'm trying to authenticate to Active Directory.


Chris

________________________________
From: Chris Irwin
Sent: Friday, July 24, 2015 3:06 PM
To: [email protected]
Subject: Cas 4.0.3 and AD Config


Please forgive me up front as i'm a CAS newbie.  I have a Windows Server 2012 
R2 server running Tomcat 8.  This seems to be working fine.  I have pulled down 
the CAS 4.0.3 war file from the maven repository and installed it.  Again this 
went fine, I can hit the logon page with no issues.  Now i'm following the 
directions on 
http://jasig.github.io/cas/4.0.x/installation/LDAP-Authentication.html

CAS - LDAP Authentication
CAS - Single Sign-On for the Web
Read 
more...<http://jasig.github.io/cas/4.0.x/installation/LDAP-Authentication.html>


I have added the following to my pom.xml:


 <dependency>
         <groupId>org.jasig.cas</groupId>
         <artifactId>cas-server-support-ldap</artifactId>
         <version>${cas.version}</version>
    </dependency>


as well as the suggested code for my deployerConfigContext.xml and 
cas.properties (attached).  Now i'm getting the following error when I start 
the services:


Caused by: java.lang.ClassNotFoundException: 
org.jasig.cas.authentication.support.UpnSearchEntryResolver
 at 
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1305)
 at 
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1157)
 at org.springframework.util.ClassUtils.forName(ClassUtils.java:257)
 at 
org.springframework.beans.factory.support.AbstractBeanDefinition.resolveBeanClass(AbstractBeanDefinition.java:416)
 at 
org.springframework.beans.factory.support.AbstractBeanFactory.doResolveBeanClass(AbstractBeanFactory.java:1302)
 at 
org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1273)
 ... 73 more


I have attached all files and logs for review.  Any help would be greatly 
appreciated!

-- 
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

Reply via email to