You could always take advantage of the use of EL in the CAS login-webflow.xml and make it execute some custom code to log successful/unsucessful login attempts to a database or file right on the spot.
On Thu, Feb 27, 2014 at 3:57 PM, Linda Toth <[email protected]> wrote: > Thank you > > Linda Toth > University of Alaska - Office of Information Technology (OIT) - Identity > and Access Management > 910 Yukon Drive, Suite 103 > Fairbanks, Alaska 99775 > Tel: 907-450-8320 > Fax: 907-450-8381 > [email protected] | www.alaska.edu/oit/ > > > > On Thu, Feb 27, 2014 at 11:32 AM, Mosior, Benjamin <[email protected]>wrote: > >> The below configuration reflects an environment using CAS 3.5.x and >> Tomcat 6. Your mileage may vary. >> >> >> >> log4j.xml: >> >> <!-- Add a Syslog appender --> >> >> <appender name="syslog" class="org.apache.log4j.net.SyslogAppender"> >> >> <param name="Facility" value="local0"/> >> >> <param name="SyslogHost" value="127.0.0.1"/> >> >> <param name="Threshold" value="INFO"/> >> >> <layout class="org.apache.log4j.PatternLayout"> >> >> <param name="ConversionPattern" value="%d %p [%c] - %m%n"/> >> >> </layout> >> >> </appender> >> >> >> >> The various parameters above should be updated to reflect your >> environment. >> >> >> >> More information on CAS logging: >> https://wiki.jasig.org/display/CASUM/Logging >> >> >> >> -Ben >> >> >> >> >> >> *From:* Linda Toth [mailto:[email protected]] >> *Sent:* Thursday, February 27, 2014 2:49 PM >> *To:* [email protected] >> >> *Subject:* Re: [cas-user] How to get unsuccessful login information >> >> >> >> First, I would be interested in seeing your configuration template for >> syslog. Secondly, would LPPE give you more of the information your seek? >> >> >> >> https://wiki.jasig.org/pages/viewpage.action?pageId=26149328 >> >> >> >> >> >> >> Linda Toth >> University of Alaska - Office of Information Technology (OIT) - Identity >> and Access Management >> >> 910 Yukon Drive, Suite 103 >> >> Fairbanks, Alaska 99775 >> >> Tel: 907-450-8320 >> >> Fax: 907-450-8381 >> >> [email protected] | www.alaska.edu/oit/ >> >> >> >> >> >> >> >> -- >> >> 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 > > -- Rafael Pineros, BSc Application Developer FORCORP #101, 11710 Kingsway NW Edmonton , AB, T5G 0X5 www.forcorp.com (o) 780-452-5878 ext 226 -- 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
