Versions Compared

Key

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

...

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>

More on Authentication Handlers

Deploy the modifications

From "the root of your uPortal distribution"/uPortal-3.X.X, execute the following command:

...