From b3e203324142d213f8d5dd648d54cd128e7f0568 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 30 Sep 2015 18:08:43 +0200 Subject: more debug output --- mod_auth_custom/mod_auth_custom.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mod_auth_custom/mod_auth_custom.lua') diff --git a/mod_auth_custom/mod_auth_custom.lua b/mod_auth_custom/mod_auth_custom.lua index 2c05f74..8f3ae76 100644 --- a/mod_auth_custom/mod_auth_custom.lua +++ b/mod_auth_custom/mod_auth_custom.lua @@ -15,7 +15,8 @@ function user_exists(username) return is_real_user(username); end -function test_password(username, password) +function test_password(username, password) + print("Testing password"); local h, err = pam.start("xmpp", username, { function (t) local responses = {} -- cgit v1.2.3