lighttpd: Add config for Hunternet.
[matthijs/servers/drsnuggles.git] / etc / phpldapadmin / config.php
index 5056a695d39dd40d4e5693603f49d3c52394c98c..6d6a00ee855e22bbe6ab0998d9576400925d84c1 100644 (file)
@@ -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";