From 8d9ec16eafc7118d43773b556842cf4b3854d10b Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 2 Mar 2023 16:22:17 +0100 Subject: also unmark deleted ldap user when checking the ldap entry Signed-off-by: Robin Appelman --- apps/user_ldap/lib/User_LDAP.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/user_ldap') diff --git a/apps/user_ldap/lib/User_LDAP.php b/apps/user_ldap/lib/User_LDAP.php index f855dcb1fd6..772b2f46095 100644 --- a/apps/user_ldap/lib/User_LDAP.php +++ b/apps/user_ldap/lib/User_LDAP.php @@ -335,8 +335,6 @@ class User_LDAP extends BackendUtility implements IUserBackend, UserInterface, I return false; } $this->access->getUserMapper()->setDNbyUUID($newDn, $uuid); - $this->access->connection->writeToCache($cacheKey, true); - return true; } catch (ServerNotAvailableException $e) { throw $e; } catch (\Exception $e) { -- cgit v1.2.3