Commit a6384830de4f983fe1e60a4689bd8a0dbd515262
1 parent
7e7e355f
commit test- only starting implementation
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@176 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
0 deletions
lib/authentication/LDAPAuthenticator.inc
| @@ -46,6 +46,8 @@ class LDAPAuthenticator extends Authenticator { | @@ -46,6 +46,8 @@ class LDAPAuthenticator extends Authenticator { | ||
| 46 | * @return true if the password is correct, else false | 46 | * @return true if the password is correct, else false |
| 47 | */ | 47 | */ |
| 48 | function checkPassword($userName, $password) { | 48 | function checkPassword($userName, $password) { |
| 49 | + global $default; | ||
| 50 | + $ldap = new AuthLdap(); | ||
| 49 | } | 51 | } |
| 50 | } | 52 | } |
| 51 | ?> | 53 | ?> |