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

[stable27] fix(ldap): store last known user groups #41106

Merged
merged 5 commits into from
Nov 6, 2023

Commits on Oct 30, 2023

  1. fix(ldap): store last known user groups

    - for LDAP user life cycle management
    
    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz authored and juliushaertl committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    e178815 View commit details
    Browse the repository at this point in the history
  2. test(Group LDAP): add test for getting groups of OfflineUser

    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz authored and juliushaertl committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    7879202 View commit details
    Browse the repository at this point in the history
  3. refactor(tests): simplify code, reduce duplication

    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz authored and juliushaertl committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    b34ba63 View commit details
    Browse the repository at this point in the history
  4. refactor(LDAP): pass IConfig via constructor to Group_LDAP

    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz authored and juliushaertl committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    27fc0a5 View commit details
    Browse the repository at this point in the history
  5. fix(LDAP): solve race condition reading groups of disappeared LDAP user

    Signed-off-by: Arthur Schiwon <[email protected]>
    blizzz authored and juliushaertl committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    89a5fbf View commit details
    Browse the repository at this point in the history