Skip to content

Add test that shows that accents are not managed by magic search filter.

Julien Wadel requested to merge fix/backport_master_jul into master

Fix character conversion where we lost characters from LDAP results (accent). Ignore filtering when the results have already been done from plugins. Add missing ENOTCONN value, that is set to 126 by "ucrt/errno.h" but WSAENOTCONN is set to 10057L by winerror.h (used by WSAGetLastError()).

Merge request reports