Skip to content

Commit 0f4c2dd

Browse files
come-ncbackportbot[bot]
authored andcommitted
Fix $baseDN parameter type in ILDAPWrapper::read
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent 30b2143 commit 0f4c2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/user_ldap/lib/ILDAPWrapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ public function nextEntry($link, $result);
147147
/**
148148
* Read an entry
149149
* @param resource $link LDAP link resource
150-
* @param array $baseDN The DN of the entry to read from
150+
* @param string $baseDN The DN of the entry to read from
151151
* @param string $filter An LDAP filter
152152
* @param array $attr array of the attributes to read
153153
* @return resource an LDAP search result resource

0 commit comments

Comments
 (0)