Versions Compared

Key

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

...

Code Block
<beans>
  ...
  <bean id="contextSource" class="org.jasig.cas.adaptors.ldap.util.AuthenticatedLdapContextSource">
    <property name="urls">
      <list>
        <value>ldaps://yourldapserver.yourinstitution.edu/</value>
      </list>
    </property>
  </bean>
  ...
</beans>

*Note: This goes bean configuration should be in the same file (deployerConfigContext.xml) - customise and add the above bean definition at the end of after the rest of the beans.

Build and deploy the modifications

...