From: Thomas Müller Date: Mon, 5 Aug 2013 10:37:26 +0000 (+0200) Subject: load authentication apps to get users from other backends like LDAP - THX @blizzz X-Git-Tag: v5.0.10~14^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f8ce76c4233efd32ad1e505356980caf78f0a801;p=nextcloud-server.git load authentication apps to get users from other backends like LDAP - THX @blizzz --- diff --git a/apps/files/console/scan.php b/apps/files/console/scan.php index 70183fc888a..e0f82c707bf 100644 --- a/apps/files/console/scan.php +++ b/apps/files/console/scan.php @@ -21,6 +21,7 @@ function scanFiles($user) { } if ($argv[1] === '--all') { + \OC_App::loadApps('authentication'); $users = OC_User::getUsers(); } else { $users = array($argv[1]);