Code

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

gosa-plugins/goto/admin/systems/services/cups/class_goCupsServer.inc

index 96f65d858b12666cf8bfccce76608bffe7cb7765..619daeabca796e743e9b2285f04926993333d82a 100644 (file)
@@ -72,6 +72,7 @@ class goCupsServer extends goService{
           "plPriority"    => 100,
           "plSection"     => array("administration"),
           "plCategory"    => array("server"),
+          "plRequirements"=> array('ldapSchema' => array('goCupsServer' => '>=2.7')),
 
           "plProvidedAcls"=> array(
             "start"         => _("Start"),