Versions Compared

Key

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

...

Code Block
xml
xml
    <bean id="cachedPasswordUserInfoService" class="org.jasig.portal.portlet.container.services.CachedPasswordUserInfoService">
        <property name="decryptPassword" value="true"/false"/>  <!-- If using CAS Clearpass, set to false. Use true if not using CAS. -->
    </bean>

Step 3: Enable stringEncryptionService

...

Step 5: Configure CAS server for Clearpass

Enable ClearPass on the embedded CAS server: https://wiki.jasig.org/display/CASUM/ClearPass.

Local development environment

If using the CAS Server bundled with uPortal, perform 'Step 1: Modifying deployerConfigContext.xml' at the above URL to enable Clearpass.

Info

Also see