do not add types by default to allow tree-only configurations

This commit is contained in:
Roland Gruber 2019-01-18 19:11:10 +01:00
parent ac936dd34a
commit 189cabf5f4
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ class LAMConfig {
private $searchLimit = 0;
/** Active account types */
private $activeTypes = "user,group,host,smbDomain";
private $activeTypes = "";
/** Name of configuration file */
private $file;