]> source.dussan.org Git - nextcloud-server.git/commit
fix caching of objectsid searches 28916/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Tue, 21 Sep 2021 09:47:00 +0000 (11:47 +0200)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Tue, 21 Sep 2021 11:32:42 +0000 (13:32 +0200)
commit71781941984b75e12366fe87bb3d2f92f3dbf2ff
treeb719bfdc0fa9728d52bb2052e0f9ba836b426ad0
parentdbf7905149222115a2cd0334efcf8c93afa8683e
fix caching of objectsid searches

- store result when no name could be retrieved, too
- cached value is not an array, was treated wrongly

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