Can someone please provide some sample information of how to get this working?

I've copied the vt-ldap-2.8.4.jar into my tomcat servers lib folder

My jaas.conf looks like (once this is working I wish to chain together several 
LDAP servers)

CAS {
  edu.vt.middleware.ldap.jaas.LdapLoginModule SUFFICIENT
  host="pdc01.domain.net.au"
  base="OU=Users,DC=domain,DC=corp,DC=local"
  tls="false"
  userField="sAMAccountName"
};

Is this still relevant in my deployerConfigContext.xml <bean 
class="org.jasig.cas.authentication.handler.support.JaasAuthenticationHandler" 
/>

I'm currently getting errors which I was not getting before

Caused by: org.springframework.beans.BeanInstantiationException: Could not 
instantiate bean class 
[org.jasig.cas.authentication.handler.support.JaasAuthenticationHandler]: 
Constructor threw exception; nested exception is java.lang.SecurityException: 
Configuration Error:
        Line 6: expected [option key]
        at 
org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:115)
        at 
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:61)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:877)
        ... 64 more
Caused by: java.lang.SecurityException: Configuration Error:
        Line 6: expected [option key]

Before I was not getting any errors just no LDAP Authentication which tcpdump 
showed no traffic to the LDAP servers.......

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