SF Feature #2827191 - warnings for missing objectClass could be disabled

This commit is contained in:
Aurélien Requiem
2009-08-17 15:09:32 +10:00
committed by Deon George
parent a5b9e43a57
commit 803a4c821a
3 changed files with 13 additions and 5 deletions

View File

@@ -145,6 +145,9 @@ $config->custom->commands['script'] = array(
/* Disable the default template. */
// $config->custom->appearance['disable_default_template'] = false;
/* Hide the warnings for invalid objectClasses/attributes in templates. */
// $config->custom->appearance['hide_template_warning'] = false;
/* Configure what objects are shown in left hand tree */
// $config->custom->appearance['tree_filter'] = '(objectclass=*)';