Compare commits

..

No commits in common. "tao26" and "master" have entirely different histories.

1 changed files with 2 additions and 1 deletions

View File

@ -33,6 +33,7 @@ use core_kernel_users_Service;
use core_kernel_users_InvalidLoginException;
use oat\authLdap\model\LdapUser;
use oat\generisHard\models\hardsql\Exception;
use oat\oatbox\user\auth\LoginAdapter;
use Zend\Authentication\Adapter\Ldap;
use common_persistence_Manager;
@ -42,7 +43,7 @@ use common_persistence_Manager;
* @author Christophe Massin <christope@taotesting.com>
*
*/
class LdapAdapter
class LdapAdapter implements LoginAdapter
{
/** @var $username string */
private $username;