From d382ec2daff63a14d7f8e044d7fcda4daafa2494 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Mon, 7 Nov 2011 17:24:17 +0000 Subject: [PATCH] follow aliases in tree view --- lam/templates/3rdParty/pla/config/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lam/templates/3rdParty/pla/config/config.php b/lam/templates/3rdParty/pla/config/config.php index 9d341bfb..3e5980c5 100644 --- a/lam/templates/3rdParty/pla/config/config.php +++ b/lam/templates/3rdParty/pla/config/config.php @@ -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); }