settiermauro

Results 1 issues of settiermauro

Exception when founding no ldap user on Dsdevbe\LdapConnector\Adapter\Adldap.php:59 ``` php public function getUserInfo($username, $password = null) { $user = $this->_ldap->search()->where('samaccountname', '=', $username)->first(); return $this->mapDataToUserModel($user, $password); } ``` When the query...