X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fphpldapadmin%2Fconfig.php;h=6d6a00ee855e22bbe6ab0998d9576400925d84c1;hb=1ea96d8de7a5a4d23846043547149d89eb3261dc;hp=5056a695d39dd40d4e5693603f49d3c52394c98c;hpb=3f54dbfe2fb9b4e6892859404b9e3ed58e29d484;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/phpldapadmin/config.php b/etc/phpldapadmin/config.php index 5056a69..6d6a00e 100644 --- a/etc/phpldapadmin/config.php +++ b/etc/phpldapadmin/config.php @@ -116,6 +116,12 @@ $config->custom->commands['all'] = array( /* Appearance */ /*********************************************/ +// Use the displayName in the tree view, when available. +$config->custom->appearance['tree_display_formats'] = array("%displayName", "%rdnValue"); + +// Only use custom templates (starting with custom_) +$config->custom->appearance['custom_templates_only'] = true; + /* 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";