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

[stable18] shortcut in reading nested group members when IN_CHAIN is available #22204

Merged
merged 3 commits into from Aug 12, 2020

Commits on Aug 11, 2020

  1. LDAP: shortcut in reading nested group members when IN_CHAIN is avail…

    …able
    
    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    41eb1c0 View commit details
    Browse the repository at this point in the history
  2. do not flip available state to unavailable, allow empty results

    - the detection relies that the first, requested result is not empty
    - it might be empty though – groups without members
    - protect switching from available to unavailable
      - switching the other way around was also not envisaged either
    
    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    eb1277e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2020

  1. adapt tests for nc18

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    268fff8 View commit details
    Browse the repository at this point in the history