From 71f3623a93e872fde505a8ba1b464d99dbefba1a Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 25 May 2010 08:59:56 +0000 Subject: [PATCH] Added schema requrements git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18665 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/services/ldap/class_goLdapServer.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/gosa-plugins/goto/admin/systems/services/ldap/class_goLdapServer.inc b/gosa-plugins/goto/admin/systems/services/ldap/class_goLdapServer.inc index 36f4320ae..6ce621f8d 100644 --- a/gosa-plugins/goto/admin/systems/services/ldap/class_goLdapServer.inc +++ b/gosa-plugins/goto/admin/systems/services/ldap/class_goLdapServer.inc @@ -132,6 +132,7 @@ class goLdapServer extends goService{ "plPriority" => 96, "plSection" => array("administration"), "plCategory" => array("server"), + "plRequirements"=> array('ldapSchema' => array('goLdapServer' => '>=2.7')), "plProvidedAcls"=> array( "start" => _("Start"), -- 2.30.2