File

mod_log_auth/mod_log_auth.lua @ 789:7e40d6680093

mod_vjud: Allow working as a component, in which case the parent domain is searched.
author Kim Alvefur <zash@zash.se>
date Thu, 09 Aug 2012 20:31:13 +0200
parent 407:41feaf7fd8ac
child 1097: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);