summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/connection.php
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2015-01-09 10:47:02 +0100
committerLukas Reschke <lukas@owncloud.com>2015-01-09 10:47:02 +0100
commita5099b01f93ec81602c8facba04233c7bc65ed47 (patch)
treefb2ac4d03d0210848c0c22a241ad956b7bf54c8d /apps/user_ldap/lib/connection.php
parentb4606ec24f507ff6ad6f720d3c4f026221a163d7 (diff)
parentc1a79d24c54d3c1d6ecb2c65540f9b52a3d6dc31 (diff)
downloadnextcloud-server-a5099b01f93ec81602c8facba04233c7bc65ed47.tar.gz
nextcloud-server-a5099b01f93ec81602c8facba04233c7bc65ed47.zip
Merge pull request #12984 from owncloud/ldap-user-cleanup-master
Ldap user cleanup master
Diffstat (limited to 'apps/user_ldap/lib/connection.php')
-rw-r--r--apps/user_ldap/lib/connection.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/user_ldap/lib/connection.php b/apps/user_ldap/lib/connection.php
index 204857eb61e..c9b4fded9f9 100644
--- a/apps/user_ldap/lib/connection.php
+++ b/apps/user_ldap/lib/connection.php
@@ -71,8 +71,9 @@ class Connection extends LDAPUtility {
}
$this->hasPagedResultSupport =
$this->ldap->hasPagedResultSupport();
+ $helper = new Helper();
$this->doNotValidate = !in_array($this->configPrefix,
- Helper::getServerConfigurationPrefixes());
+ $helper->getServerConfigurationPrefixes());
}
public function __destruct() {