We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c54d6d commit 7ea4c49Copy full SHA for 7ea4c49
apps/user_ldap/lib/Access.php
@@ -174,10 +174,10 @@ public function getConnection() {
174
*
175
* @param string $dn the record in question
176
* @param array $attrs the attributes that shall be retrieved
177
- * if empty, just check the record's existence
+ * if empty, just check the record's existence
178
* @param string $filter
179
* @return array|false an array of values on success or an empty
180
- * array if $attr is empty, false otherwise
+ * array if $attr is empty, false otherwise
181
* @throws ServerNotAvailableException
182
*/
183
public function readAttributes(string $dn, array $attrs, string $filter = 'objectClass=*'): array|false {
0 commit comments