Hey I think I found a bug in the login-webflow.xml  file of the 
cas-server-support-ldap-pwd-expiration-3.4.x branch of 
cas-server-support-ldap-pwd-expiration.  It looks like the three lines were 
left out.  Below is a patch.   Is the  
cas-server-support-ldap-pwd-expiration-3.4.x branch the trunk?

Index: login-webflow.xml
===================================================================
--- login-webflow.xml   (revision 24988)
+++ login-webflow.xml   (working copy)
@@ -63,6 +63,9 @@
        <action-state id="realSubmit">
         <evaluate 
expression="authenticationViaFormAction.submit(flowRequestContext, 
flowScope.credentials, messageContext)" />
                <transition on="warn" to="warn" />
+               <transition on="showExpiredPassView" to="showExpiredPassView" />
+               <transition on="showAccountLockedView" 
to="showAccountLockedView" />
+               <transition on="showAccountDisabledView" 
to="showAccountDisabledView" />
                <transition on="success" to="sendTicketGrantingTicket" />
                <transition on="error" to="generateLoginTicket" />
        </action-state>



Jeffrey Simpson
Senior Software Engineer
Telephone: 240.235.2144
Fax: 240.235.2174
simp...@yfu.org

Youth For Understanding (YFU) prepares young people for their responsibilities 
and opportunities in a changing, interdependent world.

-- 
You are currently subscribed to cas-dev@lists.jasig.org as: 
arch...@mail-archive.com
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-dev

Reply via email to