From eb563937df921e5fc67ca0c87e229feb2907fd19 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Mon, 22 Mar 2010 16:04:06 -0400 Subject: Need to pass the password parameter to checkPassword --- plugins/LdapAuthentication/LdapAuthenticationPlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/LdapAuthentication') diff --git a/plugins/LdapAuthentication/LdapAuthenticationPlugin.php b/plugins/LdapAuthentication/LdapAuthenticationPlugin.php index 6296bccfa..a55c45ff5 100644 --- a/plugins/LdapAuthentication/LdapAuthenticationPlugin.php +++ b/plugins/LdapAuthentication/LdapAuthenticationPlugin.php @@ -84,7 +84,7 @@ class LdapAuthenticationPlugin extends AuthenticationPlugin function checkPassword($username, $password) { - return $this->ldapCommon->checkPassword($username); + return $this->ldapCommon->checkPassword($username,$password); } function autoRegister($username, $nickname) -- cgit v1.2.3-54-g00ecf