Code

Added schema requrements
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 May 2010 08:59:46 +0000 (08:59 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 25 May 2010 08:59:46 +0000 (08:59 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18661 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/gofon/admin/systems/services/gofon/class_goFonServer.inc

index dd5a6bdb18747ccaf0f9dbdf52d0d5ab788960cd..6365626d4f108b78a9a24c4ad0bda02c8adf31c1 100644 (file)
@@ -170,6 +170,8 @@ class goFonServer extends goService{
           "plSection"     => array("administration"),
           "plCategory"    => array("server"),
 
+          "plRequirements"=> array('ldapSchema' => array('goFonServer' => '>=2.7')),
+
           "plProvidedAcls"=> array(
             "start"         => _("Start"),
             "stop"          => _("Stop"),