Hi guys. I'm using cas-server 3.3.5 and cas-server-support-ldap-pwd-expiration 3.3.5. Everything works fine, except one condition. In a sequence of login, logout and login, I could see an additional (and I think this is incorrect) service ticket. Does anybody know why this is happening?
FIRST LOGIN 2012-02-22 17:10:50,954 INFO [org.jasig.cas.adaptors.ldap.LdapPasswordWarningCheck] - <LDAP: starting search with searchFilter 'samaccountname=myUser'> 2012-02-22 17:10:50,954 INFO [org.jasig.cas.adaptors.ldap.LdapPasswordWarningCheck] - <LDAP: Returning attributes 'pwdlastset:passwordwarningdays:maxPwdAge'> 2012-02-22 17:11:12,168 INFO [org.jasig.cas.authentication.AuthenticationManagerImpl] - <AuthenticationHandler: org.jasig.cas.adaptors.ldap.FastBindLdapAuthenticationHandler successfully authenticated the user which provided the following credentials: [username: myUser]> 2012-02-22 17:11:12,175 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] - <Granted service ticket [ST-4-eGgPtLYT4K0trbaCBfPK-cas1] for service [http://myServer/myWebapp/] for user [myUser]> 2012-02-22 17:11:12,175 INFO [org.jasig.cas.adaptors.ldap.LdapPasswordWarningCheck] - <LDAP: starting search with searchFilter 'samaccountname=myUser'> 2012-02-22 17:11:12,176 INFO [org.jasig.cas.adaptors.ldap.LdapPasswordWarningCheck] - <LDAP: Returning attributes 'pwdlastset:passwordwarningdays:maxPwdAge'> LOGOUT (I only do session.invalidate) SECOND LOGIN 2012-02-22 17:11:24,331 INFO [org.jasig.cas.authentication.AuthenticationManagerImpl] - <AuthenticationHandler: org.jasig.cas.adaptors.ldap.FastBindLdapAuthenticationHandler successfully authenticated the user which provided the following credentials: [username: myUser]> 2012-02-22 17:11:24,335 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] - <Granted service ticket [ST-5-wlUCBbDC4pMnhYnDoof6-cas1] for service [http://myServer/myWebapp/] for user [myUser]> 2012-02-22 17:11:24,340 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] - <Granted service ticket [ST-6-RnkhJRkxBDvWskKVFW4z-cas1] for service [http://myServer/myWebapp/] for user [myUser]> 2012-02-22 17:11:24,341 INFO [org.jasig.cas.web.flow.PasswordWarningCheckAction] - <Not a login attempt, skipping PasswordWarnCheck> Thanks in advance! -- 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
