Versions Compared

Key

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

...

comment out switch in login-webflow.xml

Code Block
To turn on LDAP Password Policy use this block instead of the one below.
	       <decision-state id="warn">
		       <if test="flowScope.warnCookieValue" then="showWarningView" else="PasswordWarningCheck" />
	
      </decision-state>
      -->
   	<decision-state id="warn">
		<if test="flowScope.warnCookieValue" then="showWarningView" else="PasswordWarningCheck" />
	</decision-state>

Possible approach for near term adoption of this feature on 3.4.x
get out a patch for cas-server
1. apply patch, local build install
2. config overlay
3. good to go.

...