diff options
author | Robin Appelman <robin@icewind.nl> | 2023-03-02 16:22:17 +0100 |
---|---|---|
committer | Robin Appelman <robin@icewind.nl> | 2023-03-02 16:22:17 +0100 |
commit | 3a9597fd1b7369993ba5d5b2e7b6c2c54a1c88d4 (patch) | |
tree | e00f4384821824e76106b59bdf4b670f4be44f89 /apps | |
parent | 991aca154cc5e262baf0583446f0b2db87103b32 (diff) | |
download | nextcloud-server-3a9597fd1b7369993ba5d5b2e7b6c2c54a1c88d4.tar.gz nextcloud-server-3a9597fd1b7369993ba5d5b2e7b6c2c54a1c88d4.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 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) { |