mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-22 09:27:39 +02:00
parent
413ac8f281
commit
391edf5f19
@ -14,7 +14,10 @@ class ImportSourceLdap extends ImportSourceHook
|
|||||||
public function fetchData()
|
public function fetchData()
|
||||||
{
|
{
|
||||||
$columns = $this->listColumns();
|
$columns = $this->listColumns();
|
||||||
$query = $this->connection()->select()->from($this->settings['objectclass'], $columns);
|
$query = $this->connection()
|
||||||
|
->select()
|
||||||
|
->setUsePagedResults()
|
||||||
|
->from($this->settings['objectclass'], $columns);
|
||||||
|
|
||||||
if ($base = $this->settings['base']) {
|
if ($base = $this->settings['base']) {
|
||||||
$query->setBase($base);
|
$query->setBase($base);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user