summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2023-05-17 13:06:28 +0200
committerGitHub <noreply@github.com>2023-05-17 13:06:28 +0200
commitbd9f1e18bfb8e6404934a7a9679b01d34c00bb5c (patch)
tree827d8c5e631b0cccf03ee2825c050e8b5a9d2967 /apps
parentfc66ebd8e78e5cdefc40028ef8ce6059a3d433a3 (diff)
parent4f7e31165108d5599696616b8a038702dda4dc92 (diff)
downloadnextcloud-server-bd9f1e18bfb8e6404934a7a9679b01d34c00bb5c.tar.gz
nextcloud-server-bd9f1e18bfb8e6404934a7a9679b01d34c00bb5c.zip
Merge pull request #37307 from nextcloud/backport/37006/stable25
[stable25] also unmark deleted ldap user when checking the ldap entry
Diffstat (limited to 'apps')
-rw-r--r--apps/user_ldap/lib/User_LDAP.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/user_ldap/lib/User_LDAP.php b/apps/user_ldap/lib/User_LDAP.php
index 650c974da81..85c67ac55eb 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) {