"reset" ldap pagedSearch control by setting it to a high value

call nextEntry via invokeLDAPMethod
This commit is contained in:
root 2013-12-11 11:00:53 +01:00 committed by Alexander Bergolth
parent 8fcc29ee8b
commit 6585bd5a50
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class LDAP implements ILDAPWrapper {
}
public function nextEntry($link, $result) {
return ldap_next_entry($link, $result);
return $this->invokeLDAPMethod('next_entry', $link, $result);
}
public function read($link, $baseDN, $filter, $attr) {