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

[stable19] LDAP: fix inGroup for memberUid type of group memberships #24739

Closed
wants to merge 6 commits into from

Commits on Dec 17, 2020

  1. flatten result array as expected by following code

    Signed-off-by: Tobias Perschon <tobias@perschon.at>
    blizzz authored and tofuSCHNITZEL committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    ed65fd1 View commit details
    Browse the repository at this point in the history
  2. moved the array_reduce to fix large search case

    Signed-off-by: Tobias Perschon <tobias@perschon.at>
    tofuSCHNITZEL committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    c399493 View commit details
    Browse the repository at this point in the history
  3. use faster and less hungry foreach

    Signed-off-by: Tobias Perschon <tobias@perschon.at>
    blizzz authored and tofuSCHNITZEL committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    bada6d1 View commit details
    Browse the repository at this point in the history
  4. check number of members after potential resolving of rdns

    - the type check is not necessary anymore for the return type of
      _groupMembers()
    
    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz authored and tofuSCHNITZEL committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    e2fea62 View commit details
    Browse the repository at this point in the history
  5. add unit tests

    Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
    blizzz authored and tofuSCHNITZEL committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    c9cb14e View commit details
    Browse the repository at this point in the history
  6. php-cs happyness

    Signed-off-by: Tobias Perschon <tobias@perschon.at>
    blizzz authored and tofuSCHNITZEL committed Dec 17, 2020
    Configuration menu
    Copy the full SHA
    957f634 View commit details
    Browse the repository at this point in the history