view mod_log_auth/mod_log_auth.lua @ 859:9922e8cdf4a4

mod_pubsub_pivotaltracker: Accept activity notifications from Pivotal Tracker web hooks and relay them to a pubsub node
author Matthew Wild <mwild1@gmail.com>
date Wed, 21 Nov 2012 23:30:14 -0500
parents 41feaf7fd8ac
children 608d9019b0de
line wrap: on
line source


module:hook("authentication-failure", function (event)
	module:log("info", "Failed authentication attempt (%s) from IP: %s", event.condition, event.session.ip);
end);