follow aliases in tree view

This commit is contained in:
Roland Gruber 2011-11-07 17:24:17 +00:00
parent 90db3e36b5
commit d382ec2daf
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}