X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fphpldapadmin%2Fconfig.php;h=18c8892d74bff38644a7e82a1b71ccf2bb8131a2;hb=8cbae7c2c9aa2d4ed4371113e5900a9adbfa6d5e;hp=5056a695d39dd40d4e5693603f49d3c52394c98c;hpb=3f54dbfe2fb9b4e6892859404b9e3ed58e29d484;p=matthijs%2Fservers%2Fdrsnuggles.git 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";