Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: There is no reference to the encryptedMap in the baseline clearpass-configuration.xml for 3.5.X

...

Code Block
languagehtml/xml
titleAuthenticationMetaDataPopulator
<property name="authenticationMetaDataPopulators">
  <list>
    <bean class="org.jasig.cas.extension.clearpass.CacheCredentialsMetaDataPopulator">
      <constructor-arg index="0" ref="encryptedMapcredentialsCache" />
    </bean>
  </list>
</property>

...