summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/access.php
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@owncloud.com>2016-03-10 13:13:38 +0100
committerArthur Schiwon <blizzz@owncloud.com>2016-03-10 13:13:38 +0100
commitfe2a506e56e33625edb51e6b5e0df8911cf4e294 (patch)
tree34c0b322ac26182a1e5c0d017dbdaac11a90b1eb /apps/user_ldap/lib/access.php
parent51072f742ea2988d8e485dff60d81834e077fe3f (diff)
downloadnextcloud-server-fe2a506e56e33625edb51e6b5e0df8911cf4e294.tar.gz
nextcloud-server-fe2a506e56e33625edb51e6b5e0df8911cf4e294.zip
remove deprecated ldap_sort
Diffstat (limited to 'apps/user_ldap/lib/access.php')
-rw-r--r--apps/user_ldap/lib/access.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/user_ldap/lib/access.php b/apps/user_ldap/lib/access.php
index 8409e6ce3d8..135eca1e625 100644
--- a/apps/user_ldap/lib/access.php
+++ b/apps/user_ldap/lib/access.php
@@ -1025,14 +1025,6 @@ class Access extends LDAPUtility implements user\IUserTools {
return array();
}
- // Do the server-side sorting
- foreach(array_reverse($attr) as $sortAttr){
- foreach($sr as $searchResource) {
- $this->ldap->sort($cr, $searchResource, $sortAttr);
- }
- }
-
-
foreach($sr as $res) {
$findings = array_merge($findings, $this->ldap->getEntries($cr , $res ));
}