diff options
author | blizzz <blizzz@arthur-schiwon.de> | 2019-06-17 15:33:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-17 15:33:50 +0200 |
commit | 2378012ee01c8eab6438d9c9005253c5b21f5e14 (patch) | |
tree | 41709063885d5b13701fdaae7e5ac47cde1d23a0 /apps | |
parent | f6ad353c7c1176bcaa167051c9f3e118e69f7a20 (diff) | |
parent | 1d48c0313c3f52ca159136af318122449691b679 (diff) | |
download | nextcloud-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.php | 1 |
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; |