summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/Helper.php
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-11-27 07:46:19 +0100
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-11-27 15:13:01 +0100
commit334f3943abb2e2f523552a72f5f8034a511ddc21 (patch)
tree828b94802167a1eef95dcd165091c963cf88b812 /apps/user_ldap/lib/Helper.php
parent6c513f8b43e9ed1c4d88447d65d9e6661c12cbca (diff)
downloadnextcloud-server-334f3943abb2e2f523552a72f5f8034a511ddc21.tar.gz
nextcloud-server-334f3943abb2e2f523552a72f5f8034a511ddc21.zip
Migrate LDAP's install.php to a repair step
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/user_ldap/lib/Helper.php')
-rw-r--r--apps/user_ldap/lib/Helper.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/user_ldap/lib/Helper.php b/apps/user_ldap/lib/Helper.php
index dce67a76c41..67d31516f44 100644
--- a/apps/user_ldap/lib/Helper.php
+++ b/apps/user_ldap/lib/Helper.php
@@ -214,18 +214,6 @@ class Helper {
}
/**
- *
- * Set the LDAPProvider in the config
- *
- */
- public function setLDAPProvider() {
- $current = \OC::$server->getConfig()->getSystemValue('ldapProviderFactory', null);
- if (is_null($current)) {
- \OC::$server->getConfig()->setSystemValue('ldapProviderFactory', LDAPProviderFactory::class);
- }
- }
-
- /**
* sanitizes a DN received from the LDAP server
*
* @param array $dn the DN in question