From a8437f1b1880d35059b5f44089c8f0ee55e03cdd Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Fri, 27 Nov 2020 12:18:06 +0100 Subject: [PATCH] Remove the obsolete update.php of user_ldap This was necessary long time ago for backwards compat with older instances that were upgraded. Since this script has been run many times with all the previous major versions, it's finally time to remove this. Signed-off-by: Christoph Wurst --- apps/user_ldap/appinfo/update.php | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 apps/user_ldap/appinfo/update.php diff --git a/apps/user_ldap/appinfo/update.php b/apps/user_ldap/appinfo/update.php deleted file mode 100644 index 8fed2988096..00000000000 --- a/apps/user_ldap/appinfo/update.php +++ /dev/null @@ -1,27 +0,0 @@ - - * @author Roger Szabo - * @author root - * - * @license GNU AGPL version 3 or any later version - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU Affero General Public License as - * published by the Free Software Foundation, either version 3 of the - * License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU Affero General Public License for more details. - * - * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . - * - */ - -$helper = new \OCA\User_LDAP\Helper(\OC::$server->getConfig(), \OC::$server->getDatabaseConnection()); -$helper->setLDAPProvider();