Hello! Yes, there is an issue in 3.5.1 (I did not submit a jira, I just fixed it myself) where the warning and expire days are carried through between users. Here was our scenario: We have a default value set in our configuration. User 1 comes in, does not have values for expiration set, CAS uses the default values (and says it does). User 2 comes in, has values. CAS takes these values and sets them as the values to use. User 3 comes in, does not have values, and CAS uses the values set for user #2.
I fixed this by creating a “use” variable for warn and expire variables, and I use these instead of the variables that should contain the default configured values. A simple if-else clause allows me to check to see if the value is set or to use the default value this run cycle. Hope this helps, -Michael. From: Stefan Holodnick [mailto:[email protected]] Sent: Thursday, June 06, 2013 7:48 AM To: [email protected] Cc: [email protected]; [email protected] Subject: Re: [cas-user] LPPE and warning days between users I seem to be having the opposite issues. I'm using CAS 3.5.1 with AD and LPPE doesn't seem to be throwing any errors based when warningDays and validDays are set or attributes are set. I'm not seeing much in my cas.log file to troubleshoot it and very little in catalina.out. Are there specific errors I should be looking for? It does work when the user's password is already expired in AD. Does anyone have any tips for setting this up or troubleshooting it? Thanks in advance. On Monday, January 28, 2013 3:18:00 AM UTC-5, Jérôme LELEU wrote: Click on the "Unsubscribe" link for the "CAS Community Discussion List" in this page : http://www.jasig.org/cas/mailing-lists... -- You are currently subscribed to [email protected]<javascript:> as: [email protected]<javascript:> To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected]<mailto:[email protected]> as: [email protected]<mailto:[email protected]> To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
