mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
also unmark deleted ldap user when checking the ldap entry
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
991aca154c
commit
3a9597fd1b
1 changed files with 0 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue