diff --git a/lib/authentication/LDAPAuthenticator.inc b/lib/authentication/LDAPAuthenticator.inc index 876f278..6eb4f0f 100644 --- a/lib/authentication/LDAPAuthenticator.inc +++ b/lib/authentication/LDAPAuthenticator.inc @@ -48,6 +48,7 @@ class LDAPAuthenticator extends Authenticator { function checkPassword($userName, $password) { global $default; $ldap = new AuthLdap(); + } } ?>