[Pkg-owncloud-commits] [owncloud] 117/134: LDAP: fetch email from LDAP on userExists check as well (along to Quota and Avatar)
David Prévot
taffit at moszumanska.debian.org
Fri Apr 18 21:44:07 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 80a294b3348cc98fcbac64bb1d79f5b3b06cf543
Author: Arthur Schiwon <blizzz at owncloud.com>
Date: Fri Apr 11 18:33:58 2014 +0200
LDAP: fetch email from LDAP on userExists check as well (along to Quota and Avatar)
---
apps/user_ldap/user_ldap.php | 1 +
1 file changed, 1 insertion(+)
diff --git a/apps/user_ldap/user_ldap.php b/apps/user_ldap/user_ldap.php
index f2353df..8876cc7 100644
--- a/apps/user_ldap/user_ldap.php
+++ b/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;
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list