There's no way to do it consistently across all data storage mechanisms. That said, the table structure for the Jpa-backed implementation in CAS3.5 will provide the capabilities for that mechanism.
On Mon, Feb 22, 2010 at 7:03 PM, Robert Oschwald <[email protected]>wrote: > Johan, > I opened rfe ticket CAS-814 for this problem a while back. > There needs to be a db schema change (adding a column for the username) I > guess, as otherwise you cannot identifiy users TGTs. > Any news on this Scott? > > Robert > > Am 23.02.2010 um 00:07 schrieb Johan Reinalda: > > > All, > > > > we are testing the "remember me" feature. All seems fine, apart from a > procedural "problem": > > > > User has "remember me" selected. In the period of "remember me", user > account needs to be disabled. We can disable underlying LDAP account, but we > can't seem to figure out how to revoke a TGT in our setup. (We are running > with the Memcache/Repcache ticket store, in a clustered setup). Thus we need > to disable the account in all CAS enabled applications (yes, this would need > to be done for thouroughness anyway) > > > > Is there any way to revoke a ticket based on the user's CAS Principal in > this scenario (ie. not knowing the TGT cookie name) ? > > > > TIA, > > > > Johan > > > > > > -- > > 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 > > > -- > 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 > > -- 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
