LDAP: update quota on every uncached userExists, i.e. also on every isLoggedIn, fixes #1278
This commit is contained in:
parent
68266e70f2
commit
8fd263ef63
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ class USER_LDAP extends lib\Access implements \OCP\UserInterface {
|
|||
}
|
||||
|
||||
$this->connection->writeToCache('userExists'.$uid, true);
|
||||
$this->updateQuota($dn);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue