reverted DEREF setting
This commit is contained in:
parent
30b6c95358
commit
ee25b9a543
|
@ -64,7 +64,6 @@ $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