[Pkg-owncloud-commits] [owncloud] 08/27: fix primary group retrieval
David Prévot
taffit at moszumanska.debian.org
Wed Oct 28 17:03:05 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to annotated tag v8.1.4RC2
in repository owncloud.
commit f9be35c931b2399391616b1396db2f30378fa112
Author: Arthur Schiwon <blizzz at owncloud.com>
Date: Fri Oct 9 14:12:59 2015 +0200
fix primary group retrieval
---
apps/user_ldap/group_ldap.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/user_ldap/group_ldap.php b/apps/user_ldap/group_ldap.php
index e2b4666..48200bf 100644
--- a/apps/user_ldap/group_ldap.php
+++ b/apps/user_ldap/group_ldap.php
@@ -245,7 +245,7 @@ class GROUP_LDAP extends BackendUtility implements \OCP\GroupInterface {
if(empty($result)) {
return false;
}
- $dn = $result[0];
+ $dn = $result[0]['dn'][0];
//and now the group name
//NOTE once we have separate ownCloud group IDs and group names we can
--
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