From: hickert Date: Tue, 25 May 2010 08:59:13 +0000 (+0000) Subject: Added schema requrements X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=454d201e307a8f251f9f337e4054a6825ec680c8;p=gosa.git Added schema requrements git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18649 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/admin/departments/class_department.inc b/gosa-core/plugins/admin/departments/class_department.inc index 708cae957..77ed1df1d 100644 --- a/gosa-core/plugins/admin/departments/class_department.inc +++ b/gosa-core/plugins/admin/departments/class_department.inc @@ -664,6 +664,11 @@ class department extends plugin "plPriority" => 0, "plDepends" => array(), "plSection" => array("administration"), + "plRequirements"=> array( + 'ldapSchema' => array( + 'gosaDepartment' => '>=2.7' + ) + ), "plCategory" => array("department" => array("objectClass" => "gosaDepartment", "description" => _("Departments"))), "plProvidedAcls" => array(