From 3690ce1b36cf771f1c36f0dc2576c75c4f513ce3 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 12 May 2016 16:21:28 +0200 Subject: Move LDAP to PSR-4 --- apps/user_ldap/lib/Command/Search.php | 2 +- apps/user_ldap/lib/Command/TestConfig.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/user_ldap/lib/Command') diff --git a/apps/user_ldap/lib/Command/Search.php b/apps/user_ldap/lib/Command/Search.php index e5df49016df..77c0271a708 100644 --- a/apps/user_ldap/lib/Command/Search.php +++ b/apps/user_ldap/lib/Command/Search.php @@ -31,7 +31,7 @@ use Symfony\Component\Console\Output\OutputInterface; use OCA\User_LDAP\User_Proxy; use OCA\User_LDAP\Group_Proxy; use OCA\user_ldap\lib\Helper; -use OCA\user_ldap\lib\LDAP; +use OCA\User_LDAP\LDAP; use OCP\IConfig; class Search extends Command { diff --git a/apps/user_ldap/lib/Command/TestConfig.php b/apps/user_ldap/lib/Command/TestConfig.php index 790b9df6637..aa369f1a421 100644 --- a/apps/user_ldap/lib/Command/TestConfig.php +++ b/apps/user_ldap/lib/Command/TestConfig.php @@ -71,7 +71,7 @@ class TestConfig extends Command { * @return int */ protected function testConfig($configID) { - $lw = new \OCA\user_ldap\lib\LDAP(); + $lw = new \OCA\User_LDAP\LDAP(); $connection = new Connection($lw, $configID); //ensure validation is run before we attempt the bind -- cgit v1.2.3