Merge pull request #7085 from owncloud/quick-fix-7019-master

Load authentication apps to get users from all backends
remotes/origin/ldap_group_count
Thomas Müller 2014-02-11 18:41:08 +07:00
commit 3699728a3a
1 changed files with 1 additions and 0 deletions

@ -58,6 +58,7 @@ class Scan extends Command {
protected function execute(InputInterface $input, OutputInterface $output) {
if ($input->getOption('all')) {
\OC_App::loadApps('authentication');
$users = $this->userManager->search('');
} else {
$users = $input->getArgument('user_id');