Skip to content

Commit e8c726c

Browse files
Merge branch '6.4' into 7.0
* 6.4: [Config] Prefixing FileExistenceResource::__toString() to avoid conflict with FileResource [String] Method toByteString conversion using iconv is unreachable [HttpKernel] Check controllers are allowed when using the fallback surrogate strategy [HttpKernel] Fix DebugLoggerConfigurator Set exception code to ldap error number Accept mixed key on DsPairStub check that the secret passed to RequestParser is not empty [HttpKernel] Fix PHP deprecation
2 parents 779641d + c499319 commit e8c726c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adapter/ExtLdap/Query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public function execute(): CollectionInterface
107107
$this->resetPagination();
108108
}
109109

110-
throw new LdapException(sprintf('Could not complete search with dn "%s", query "%s" and filters "%s".%s.', $this->dn, $this->query, implode(',', $this->options['filter']), $ldapError));
110+
throw new LdapException(sprintf('Could not complete search with dn "%s", query "%s" and filters "%s".%s.', $this->dn, $this->query, implode(',', $this->options['filter']), $ldapError), $errno);
111111
}
112112

113113
$this->results[] = $search;

0 commit comments

Comments
 (0)