nextcloud/apps/user_ldap
Arthur Schiwon bf81fa432a fix potential unwarranted memberships in nested groups from LDAP
- the issue was present only when using PHP based resolving of nested
  group members. Normally nested members are common in AD (and Samba4) and
  are resolved per LDAP_MATCHING_RULE_IN_CHAIN by default
- resolving nested members is recursive
- when the cache entry was created it happend for intermediate groups, too,
  containing members from the parent group
- the check was added to only cache the root group with its members
- a runtime cache stores intermediate ldap read results


Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2021-12-20 09:18:59 +00:00
..
ajax Fix two mistakes in previous migration to LoggerInterface in OCA\User_LDAP\Access 2021-10-14 09:24:49 +02:00
appinfo Bump user_ldap version to make sure the migration runs 2021-12-13 09:51:44 +01:00
composer Fixed migration step for user_ldap 2021-12-13 09:39:12 +01:00
css Remove input id on login form 2019-09-28 08:15:03 +00:00
img compress some images with tinypng.com 2020-05-22 13:07:11 +00:00
js l10n: Split sentences 2021-06-01 10:28:54 +02:00
l10n [tx-robot] updated from transifex 2021-10-26 02:22:53 +00:00
lib fix potential unwarranted memberships in nested groups from LDAP 2021-12-20 09:18:59 +00:00
templates l10n: Spelling unification 2021-05-21 11:50:12 +02:00
tests Test cache invalidation for AbstractMapping in test suite 2021-11-26 14:19:14 +01:00
vendor/ui-multiselect Migrate multiselect to user_ldap 2014-11-13 00:47:14 +01:00