diff --git a/apps/user_ldap/user_ldap.php b/apps/user_ldap/user_ldap.php
index 4928ad2e27fb8a6e99f89eb9ac64382a8cb7b1f6..b3180e113587a83be45b20d05a15adb214f4e418 100644
--- a/apps/user_ldap/user_ldap.php
+++ b/apps/user_ldap/user_ldap.php
@@ -156,6 +156,7 @@ class USER_LDAP extends lib\Access implements \OCP\UserInterface {
 		}
 
 		$this->connection->writeToCache('userExists'.$uid, true);
+		$this->updateQuota($dn);
 		return true;
 	}