And since it's being caught through log4j, you could dump it into a
database natively too:

http://www.tutorialspoint.com/log4j/log4j_logging_database.htm



>>> Dmitriy Kopylenko <dkopyle...@unicon.net> 03/11/15 10:21 AM >>>
There is a way to configure Inspektr library in CAS to persist its
captured audit events in RDBMS:


https://wiki.jasig.org/display/CASUM/Auditing+and+Statistics+Via+Inspektr


Not sure if there is a newer version of the above documentation
resource, though.


Another way to capture and process significant CAS events is to use the
following facility (available as an addon module):


https://github.com/Unicon/cas-addons/wiki/CAS-server-events


This method might be attractive as it is de-coupled from most CAS
internals. Just need to wire it in and implement listeners receiving the
data of interest and do whatever is desired with that data.


Here’s an example of such listener facility which listens for couple of
these events and records them as stats in Redis server:


https://github.com/Unicon/cas-addons/wiki/Record-statistics-for-CAS-events-in-Redis-server


Best,
Dmitriy.

On Mar 11, 2015, at 10:56 AM, Maxwell, Gary <maxwel...@fortlewis.edu>
wrote:

We were hoping to place the history in a db. The info would then be
accessed via web services.
 
From: Christopher Myers [mailto:cmy...@mail.millikin.edu] 
Sent: Wednesday, March 11, 2015 8:43 AM
To: cas-user@lists.jasig.org
Subject: Re: [cas-user] CAS login history


 
Is there a specific way that you need to be able to reference it? Our
CAS setup keeps information about it in Tomcat's catalina.out files, so
we can pull it from there.

Chris

>>> "Maxwell, Gary" <maxwel...@fortlewis.edu> 03/11/15 9:35 AM >>>


Is there a feature with CAS that will keep a history of Logins and
Logouts?
 
Thanks Gary
-- 
You are currently subscribed to cas-user@lists.jasig.org as:
cmy...@mail.millikin.edu
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user -- You are currently
subscribed to cas-user@lists.jasig.org as: maxwell_g@fortlewis.eduTo
unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user
-- 
You are currently subscribed to cas-user@lists.jasig.org as:
dkopyle...@unicon.net
To unsubscribe, change settings or access archives, see
http://www.ja-sig.org/wiki/display/JSG/cas-user



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

-- 
You are currently subscribed to cas-user@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-user

Reply via email to