reverted DEREF setting

This commit is contained in:
Roland Gruber 2011-11-12 16:19:28 +00:00
parent 30b6c95358
commit ee25b9a543
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ $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);
}