From ee25b9a5435c0396553cf86904f537a5d9d09a4f Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 12 Nov 2011 16:19:28 +0000 Subject: [PATCH] reverted DEREF setting --- lam/templates/3rdParty/pla/config/config.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lam/templates/3rdParty/pla/config/config.php b/lam/templates/3rdParty/pla/config/config.php index 3e5980c5..9d341bfb 100644 --- a/lam/templates/3rdParty/pla/config/config.php +++ b/lam/templates/3rdParty/pla/config/config.php @@ -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); }