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 user login and creation with LDAP #2107

Merged
merged 11 commits into from
Feb 11, 2023

Commits on Oct 26, 2022

  1. Corrected if statement to check if a results was returned by the LDAP…

    … search. And decoded the user_attributes from binary data to string
    ERLKDev committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    b47dc9e View commit details
    Browse the repository at this point in the history
  2. removed trailing spaces

    ERLKDev authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    d7fa92e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2022

  1. Revert asserts in LDAP unit test back

    Since an empty tuple is still a result, an user is created and the result should not be false.
    ERLKDev authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    d864aa8 View commit details
    Browse the repository at this point in the history
  2. Simplified code

    ERLKDev authored Oct 27, 2022
    Configuration menu
    Copy the full SHA
    e62319b View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

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

Commits on Nov 22, 2022

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

Commits on Feb 8, 2023

  1. Merge remote-tracking branch 'ldap-upstream/1775-ldap-login-and-user-…

    …creation-fix' into fix-ldap-issues
    cmintey committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    44de562 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71b462d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e32af43 View commit details
    Browse the repository at this point in the history
  4. update tests and linting

    cmintey committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    7e6a273 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d553292 View commit details
    Browse the repository at this point in the history