From 96e572652ac7847bed07b116dc2bac22f5a100a5 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 15 Apr 2009 19:47:16 +0200 Subject: [PATCH] phpldapadmin: Display displayName whenever possible. --- etc/phpldapadmin/config.php | 3 +++ 1 file changed, 3 insertions(+) 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"; -- 2.30.2