Commit a6fbefd644f400dba4d79960d3b41b8b422d6d41

Authored by Michael Joseph
1 parent 4f626d14

commit test- only starting implementation


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@176 c91229c3-7414-0410-bfa2-8a42b809f60b
lib/authentication/LDAPAuthenticator.inc
... ... @@ -46,6 +46,8 @@ class LDAPAuthenticator extends Authenticator {
46 46 * @return true if the password is correct, else false
47 47 */
48 48 function checkPassword($userName, $password) {
  49 + global $default;
  50 + $ldap = new AuthLdap();
49 51 }
50 52 }
51 53 ?>
... ...