You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch fixes enumeration when DN in LDAP server
contains special characters.
The libldb expects that '\' is followed by two hex digits
in filter. Strings like '\#' must be sanitized into '\5c#'
before they are used for searching.
Resolves: #7876
Reviewed-by: Alejandro López <[email protected]>
Reviewed-by: Dan Lavu <[email protected]>
(cherry picked from commit 158b4cd)
Reviewed-by: Alejandro López <[email protected]>
0 commit comments