nextcloud/apps/user_ldap
Roland Tapken 177901d079
user_ldap: really resolve nested groups
The previous patch fixed the problem only for one level of indirection
because groupsMatchFilter() had been applied on each recursive call (and
thus there would be no second level if the first level fails the check).

This new implementation replaces the recursive call with a stack that
iterates all nested groups before filtering with groupsMatchFilter().

Signed-off-by: Roland Tapken <roland@bitarbeiter.net>
2019-03-07 22:46:08 +01:00
..
ajax Access needs UserManager, missed to add in #8833 2018-04-23 15:58:50 +02:00
appinfo Fix info.xml files of shipped apps 2018-02-16 10:24:03 +01:00
composer Update autoloader dump 2018-11-15 13:49:19 +01:00
css css indent alignment 2018-04-25 14:47:16 +08:00
img Add icon to admin page sidebar for LDAP 2017-01-24 12:54:32 -06:00
js Use variable for proper translations 2018-03-10 13:00:25 +01:00
l10n [tx-robot] updated from transifex 2019-03-01 01:12:57 +00:00
lib user_ldap: really resolve nested groups 2019-03-07 22:46:08 +01:00
templates [LDAP] The WebUI Wizard also should not assign empty config IDs 2018-08-23 17:58:35 +02:00
tests ensure attribute names are lower cased 2019-02-14 15:36:37 +01:00
vendor/ui-multiselect Migrate multiselect to user_ldap 2014-11-13 00:47:14 +01:00