-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Group enumeration does not work if group name contains '#' #7876
Labels
Comments
thalman
added a commit
to thalman/sssd
that referenced
this issue
Mar 13, 2025
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. Resolves: SSSD#7876
thalman
added a commit
to thalman/sssd
that referenced
this issue
Mar 13, 2025
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: SSSD#7876
thalman
added a commit
to thalman/sssd
that referenced
this issue
Mar 18, 2025
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: SSSD#7876
thalman
added a commit
to thalman/sssd
that referenced
this issue
Mar 25, 2025
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: SSSD#7876 Reviewed-by: Alejandro López <[email protected]> Reviewed-by: Dan Lavu <[email protected]> (cherry picked from commit 158b4cd)
alexey-tikhonov
pushed a commit
that referenced
this issue
Mar 26, 2025
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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce
The text was updated successfully, but these errors were encountered: