view mod_log_auth/mod_log_auth.lua @ 1267:589991b148e8

mod_list_inactive: Parse data collected by mod_lastlog and print users who have not logged in for some time
author Kim Alvefur <zash@zash.se>
date Sat, 04 Jan 2014 20:34:22 +0100
parents 608d9019b0de
children 322a076f53e8
line wrap: on
line source


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