Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix $baseDN parameter type in ILDAPWrapper::read
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Mar 29, 2022
commit ab6439a04be9fb0051d08911c50f0053cee0307d
2 changes: 1 addition & 1 deletion apps/user_ldap/lib/ILDAPWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public function nextEntry($link, $result);
/**
* 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
Expand Down