From a6384830de4f983fe1e60a4689bd8a0dbd515262 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 14 Jan 2003 14:25:30 +0000 Subject: [PATCH] commit test- only starting implementation --- lib/authentication/LDAPAuthenticator.inc | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) 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(); } } ?> -- libgit2 0.21.4