summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorblizzz <blizzz@arthur-schiwon.de>2019-06-17 15:33:50 +0200
committerGitHub <noreply@github.com>2019-06-17 15:33:50 +0200
commit2378012ee01c8eab6438d9c9005253c5b21f5e14 (patch)
tree41709063885d5b13701fdaae7e5ac47cde1d23a0 /apps
parentf6ad353c7c1176bcaa167051c9f3e118e69f7a20 (diff)
parent1d48c0313c3f52ca159136af318122449691b679 (diff)
downloadnextcloud-server-2378012ee01c8eab6438d9c9005253c5b21f5e14.tar.gz
nextcloud-server-2378012ee01c8eab6438d9c9005253c5b21f5e14.zip
Merge pull request #15858 from nextcloud/enh/noid/ldap-sharee-limited-groups
add LDAP integr. test for receiving share candidates with group limitation
Diffstat (limited to 'apps')
-rw-r--r--apps/user_ldap/lib/Group_LDAP.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/Group_LDAP.php b/apps/user_ldap/lib/Group_LDAP.php
index ae2434056b1..5b25979b2d2 100644
--- a/apps/user_ldap/lib/Group_LDAP.php
+++ b/apps/user_ldap/lib/Group_LDAP.php
@@ -130,7 +130,6 @@ class Group_LDAP extends BackendUtility implements \OCP\GroupInterface, IGroupLD
//usually, LDAP attributes are said to be case insensitive. But there are exceptions of course.
$members = $this->_groupMembers($groupDN);
- $members = array_keys($members); // uids are returned as keys
if(!is_array($members) || count($members) === 0) {
$this->access->connection->writeToCache($cacheKey, false);
return false;