mod_auth_ldap/mod_auth_ldap.lua
changeset 286 ca6199d73d68
parent 218 4a91047f9b5e
child 293 d76f47a608ab
--- a/mod_auth_ldap/mod_auth_ldap.lua	Wed Dec 08 19:01:13 2010 +0100
+++ b/mod_auth_ldap/mod_auth_ldap.lua	Tue Dec 14 00:02:10 2010 +0500
@@ -48,7 +48,7 @@
 				log("debug", "NODEprep failed on username: %s", username);
 				return "", nil;
 			end
-			return provider.test_password(prepped_username, realm, password), true;
+			return provider.test_password(prepped_username, password), true;
 		end
 	};
 	return new_sasl(realm, testpass_authentication_profile);