follow aliases in tree view
This commit is contained in:
parent
90db3e36b5
commit
d382ec2daf
|
@ -64,6 +64,7 @@ $config->custom->commands['script'] = array(
|
||||||
'update' => true
|
'update' => true
|
||||||
);
|
);
|
||||||
$config->custom->appearance['show_schema_link'] = false;
|
$config->custom->appearance['show_schema_link'] = false;
|
||||||
|
$config->custom->deref['tree'] = LDAP_DEREF_ALWAYS;
|
||||||
if (!checkIfWriteAccessIsAllowed()) {
|
if (!checkIfWriteAccessIsAllowed()) {
|
||||||
$servers->setValue('server','read_only',true);
|
$servers->setValue('server','read_only',true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue