Software /
code /
prosody-modules
File
mod_log_auth/mod_log_auth.lua @ 1201:744af76b7324
mod_auth_imap: Rename imap_service_realm to imap_auth_realm and inherit from sasl_realm, rename imap_service_name to imap_auth_service_name
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 26 Sep 2013 18:30:46 +0100 |
parent | 1097:608d9019b0de |
child | 1427: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);