mirror of
https://github.com/nextcloud/server.git
synced 2026-04-23 07:08:34 -04:00
Adapt interface to new search signature
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
50a52ac2a5
commit
e872f461f2
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ interface ILDAPWrapper {
|
|||
* @param int $limit optional, limits the result entries
|
||||
* @return resource|\LDAP\Result|false an LDAP search result resource, false on error
|
||||
*/
|
||||
public function search($link, $baseDN, $filter, $attr, $attrsOnly = 0, $limit = 0);
|
||||
public function search($link, string $baseDN, string $filter, array $attr, int $attrsOnly = 0, int $limit = 0, int $pageSize = 0, string $cookie = '');
|
||||
|
||||
/**
|
||||
* Replace the value of a userPassword by $password
|
||||
|
|
|
|||
Loading…
Reference in a new issue