view mod_log_auth/mod_log_auth.lua @ 1046:b9d47487d550

mod_auth_custom_http: Organize imports, and make the URL a config option.
author Waqas Hussain <waqas20@gmail.com>
date Mon, 03 Jun 2013 11:09:50 -0400
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);