diff options
Diffstat (limited to 'mod_auth_custom/mod_auth_custom.lua')
-rw-r--r-- | mod_auth_custom/mod_auth_custom.lua | 3 |
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); |
16 | end | 16 | end |
17 | 17 | ||
18 | function test_password(username, password) | 18 | function 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 = {} |