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;
|
private $searchLimit = 0;
|
||||||
|
|
||||||
/** Active account types */
|
/** Active account types */
|
||||||
private $activeTypes = "user,group,host,smbDomain";
|
private $activeTypes = "";
|
||||||
|
|
||||||
/** Name of configuration file */
|
/** Name of configuration file */
|
||||||
private $file;
|
private $file;
|
||||||
|
|
Loading…
Reference in New Issue