Search found 1 match

by seer14
Thu Jun 11, 2009 8:38 pm
Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
Topic: Authentication with DB and LDAP
Replies: 1
Views: 3797

Nothing wrong with your code... problem lies deeper in the classes public function comparePassword($pwd) { if (self::isPasswordMgtExternal()) return self::S_PWDMGTEXTERNAL; if ($this->getPassword($pwd) == $this->encryptPassword($pwd)) return tl::OK; return self::E_PWDDONTMATCH; } Both this function ...