do not add types by default to allow tree-only configurations
This commit is contained in:
parent
ac936dd34a
commit
189cabf5f4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue