Code

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

gosa-plugins/goto/admin/systems/services/terminal/class_goTerminalServer.inc

index ba8c0b2bb67223482f44e19534136412851421a0..b38460fb974088e26112361933f12716f1bce112 100644 (file)
@@ -167,8 +167,10 @@ class goTerminalServer extends goService{
           "plDepends"     => array(),
           "plPriority"    => 87,
           "plSection"     => array("administration"),
+          "plRequirements"=> array('ldapSchema' => array('goTerminalServer' => '>=2.7')),
           "plCategory"    => array("server"),
 
+
           "plProvidedAcls"=> array(
             "start"           => _("Start"),
             "stop"            => _("Stop"),