From 08f56ab877313cdeaa3084e2fe2a6a50f0cb0495 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 21 Apr 2018 16:19:46 +0200 Subject: log is_alias --- mod_auth_custom/mod_auth_custom.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/mod_auth_custom/mod_auth_custom.lua b/mod_auth_custom/mod_auth_custom.lua index 109f387..a1e97ee 100644 --- a/mod_auth_custom/mod_auth_custom.lua +++ b/mod_auth_custom/mod_auth_custom.lua @@ -26,6 +26,7 @@ function is_alias(username) if string.lower(line) == string.lower(username .. "@" .. module.host) then found = true; end end f:close(); + module:log("info", "is_alias(%s) = %d # %s", username, found, username .. "@" .. module.host); return found; end -- cgit v1.2.3