LDAP: update quota on every uncached userExists, i.e. also on every isLoggedIn, fixes #1278

This commit is contained in:
Arthur Schiwon 2013-01-23 18:20:55 +01:00
parent 68266e70f2
commit 8fd263ef63

View file

@ -156,6 +156,7 @@ class USER_LDAP extends lib\Access implements \OCP\UserInterface {
}
$this->connection->writeToCache('userExists'.$uid, true);
$this->updateQuota($dn);
return true;
}