Skip to content
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

Fix: Escape group names for LDAP #37201

Merged
merged 5 commits into from
Oct 2, 2023

Commits on Aug 13, 2023

  1. Fix: Escape group names for LDAP

    Groups may contain special characters (Like "(" or ")") that should be escaped to ensure geenrted queries are correct.
    
    Signed-off-by: AaronDewes <aaron.dewes@protonmail.com>
    AaronDewes committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    c42d9d4 View commit details
    Browse the repository at this point in the history
  2. Escape some more values

    Signed-off-by: Aaron Dewes <aaron.dewes@protonmail.com>
    AaronDewes committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    13d9494 View commit details
    Browse the repository at this point in the history
  3. Simplify escapeFilterPart

    Signed-off-by: Aaron Dewes <aaron.dewes@protonmail.com>
    AaronDewes committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    1690899 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    Signed-off-by: Aaron Dewes <aaron.dewes@protonmail.com>
    AaronDewes committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    d79def5 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    aefa366 View commit details
    Browse the repository at this point in the history