LDAP: fetch email from LDAP on userExists check as well (along to Quota and Avatar)

remotes/origin/stable6
Arthur Schiwon 13 years ago
parent 6636c14c2a
commit 80a294b334
  1. 1
      apps/user_ldap/user_ldap.php

@ -236,6 +236,7 @@ class USER_LDAP extends BackendUtility implements \OCP\UserInterface {
$this->access->connection->writeToCache('userExists'.$uid, true);
$this->updateQuota($dn);
$this->updateEmail($dn);
$this->updateAvatar($uid, $dn);
return true;
}

Loading…
Cancel
Save