summaryrefslogtreecommitdiff
path: root/mod_auth_custom/mod_auth_custom.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mod_auth_custom/mod_auth_custom.lua')
-rw-r--r--mod_auth_custom/mod_auth_custom.lua3
1 files changed, 2 insertions, 1 deletions
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)
15 return is_real_user(username); 15 return is_real_user(username);
16end 16end
17 17
18function test_password(username, password) 18function test_password(username, password)
19 print("Testing password");
19 local h, err = pam.start("xmpp", username, { 20 local h, err = pam.start("xmpp", username, {
20 function (t) 21 function (t)
21 local responses = {} 22 local responses = {}