]> source.dussan.org Git - nextcloud-server.git/commit
when nesting is not enabled, the group filter can be applied right away
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Mon, 19 Oct 2020 11:17:06 +0000 (13:17 +0200)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Mon, 19 Oct 2020 13:37:22 +0000 (13:37 +0000)
commitfbfac673c9b991f45f86752df07157e6acd84840
treecf0d4f49eb3f122717ccf6933555a0473dc33f74
parent97ad590aea92cedcd1a343d14def66f384435597
when nesting is not enabled, the group filter can be applied right away

- helps performance, but skipping unnecessary entries
- reduces reoccuring info-level log output against groups that do not
  qualify ("no or empty name")

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
apps/user_ldap/lib/Group_LDAP.php
apps/user_ldap/tests/Group_LDAPTest.php