diff --git a/lib/authentication/LDAPAuthenticator.inc b/lib/authentication/LDAPAuthenticator.inc index d1e744e..876f278 100644 --- a/lib/authentication/LDAPAuthenticator.inc +++ b/lib/authentication/LDAPAuthenticator.inc @@ -46,6 +46,8 @@ class LDAPAuthenticator extends Authenticator { * @return true if the password is correct, else false */ function checkPassword($userName, $password) { + global $default; + $ldap = new AuthLdap(); } } ?>