diff --git a/lam/templates/3rdParty/pla/config/config.php b/lam/templates/3rdParty/pla/config/config.php index 9d341bfb..3e5980c5 100644 --- a/lam/templates/3rdParty/pla/config/config.php +++ b/lam/templates/3rdParty/pla/config/config.php @@ -64,6 +64,7 @@ $config->custom->commands['script'] = array( 'update' => true ); $config->custom->appearance['show_schema_link'] = false; +$config->custom->deref['tree'] = LDAP_DEREF_ALWAYS; if (!checkIfWriteAccessIsAllowed()) { $servers->setValue('server','read_only',true); }