diff options
author | Robin Appelman <robin@icewind.nl> | 2023-03-02 16:22:17 +0100 |
---|---|---|
committer | backportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com> | 2023-03-20 15:38:26 +0000 |
commit | 4f7e31165108d5599696616b8a038702dda4dc92 (patch) | |
tree | f8a1300e8cadf7d5258ed87039846732c9c93669 /apps | |
parent | b79d832d7942fe5832d8eb4778ed7c6a52873f41 (diff) | |
download | nextcloud-server-4f7e31165108d5599696616b8a038702dda4dc92.tar.gz nextcloud-server-4f7e31165108d5599696616b8a038702dda4dc92.zip |
also unmark deleted ldap user when checking the ldap entry
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/user_ldap/lib/User_LDAP.php | 2 |
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) { |