"reset" ldap pagedSearch control by setting it to a high value
call nextEntry via invokeLDAPMethod
This commit is contained in:
parent
8fcc29ee8b
commit
6585bd5a50
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue