Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

More on Authentication Handlers

...

Add the contextSource bean, which is used to tell CAS about your LDAP server.
Code Block
<bean id="contextSource" class="org.jasig.cas.adaptors.ldap.util.AuthenticatedLdapContextSource">
<property name="urls">
<list>
<value>ldaps://yourldapserver.yourinstitution.edu/</value>
</list>
</property>
</bean>

...