diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-03-20 16:15:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-20 16:15:03 +0100 |
commit | 8f59ff880fcc3a90e8eb92292ceefcf36d050733 (patch) | |
tree | 36a6ad2b72bad79128718d802008504f6c83c872 /apps/user_ldap/lib | |
parent | a3ca6be4d1b80e358c6b42d271f61d7b328897a3 (diff) | |
parent | 3a9597fd1b7369993ba5d5b2e7b6c2c54a1c88d4 (diff) | |
download | nextcloud-server-8f59ff880fcc3a90e8eb92292ceefcf36d050733.tar.gz nextcloud-server-8f59ff880fcc3a90e8eb92292ceefcf36d050733.zip |
Merge pull request #37006 from nextcloud/ldap-unmark-dh
also unmark deleted ldap user when checking the ldap entry
Diffstat (limited to 'apps/user_ldap/lib')
-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) { |