Skip to content

Commit 0c3439e

Browse files
authored
Merge pull request #37304 from nextcloud/backport/37006/stable26
[stable26] also unmark deleted ldap user when checking the ldap entry
2 parents fed6aa0 + 8d9ec16 commit 0c3439e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

apps/user_ldap/lib/User_LDAP.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,6 @@ public function userExistsOnLDAP($user, bool $ignoreCache = false): bool {
335335
return false;
336336
}
337337
$this->access->getUserMapper()->setDNbyUUID($newDn, $uuid);
338-
$this->access->connection->writeToCache($cacheKey, true);
339-
return true;
340338
} catch (ServerNotAvailableException $e) {
341339
throw $e;
342340
} catch (\Exception $e) {

0 commit comments

Comments
 (0)