mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Fix $baseDN parameter type in ILDAPWrapper::read
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
parent
b736d65f3e
commit
6b7f95b25b
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ interface ILDAPWrapper {
|
|||
/**
|
||||
* Read an entry
|
||||
* @param resource $link LDAP link resource
|
||||
* @param array $baseDN The DN of the entry to read from
|
||||
* @param string $baseDN The DN of the entry to read from
|
||||
* @param string $filter An LDAP filter
|
||||
* @param array $attr array of the attributes to read
|
||||
* @return resource an LDAP search result resource
|
||||
|
|
|
|||
Loading…
Reference in a new issue