From: Matthijs Kooijman Date: Wed, 15 Apr 2009 17:47:16 +0000 (+0200) Subject: phpldapadmin: Display displayName whenever possible. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=96e572652ac7847bed07b116dc2bac22f5a100a5;p=matthijs%2Fservers%2Fdrsnuggles.git phpldapadmin: Display displayName whenever possible. --- diff --git a/etc/phpldapadmin/config.php b/etc/phpldapadmin/config.php index 5056a69..18c8892 100644 --- a/etc/phpldapadmin/config.php +++ b/etc/phpldapadmin/config.php @@ -116,6 +116,9 @@ $config->custom->commands['all'] = array( /* Appearance */ /*********************************************/ +// Use the displayName in the tree view, when available. +$config->custom->appearance['tree_display_formats'] = array("%displayName", "%rdnValue"); + /* If you want to choose the appearance of the tree, specify a class name which inherits from the Tree class. */ // $config->custom->appearance['tree'] = "AJAXTree";