Code

Added requirement dependencies
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 26 May 2010 07:52:35 +0000 (07:52 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 26 May 2010 07:52:35 +0000 (07:52 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18723 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-plugins/goto/admin/systems/services/ldap/class_goLdapServer.inc

index 6ce621f8de9e20d54f3f1e8c0452d699fd788b69..33822c1fe641867696967b28f2209c9d48be2789 100644 (file)
@@ -132,7 +132,10 @@ class goLdapServer extends goService{
           "plPriority"    => 96,
           "plSection"     => array("administration"),
           "plCategory"    => array("server"),
-          "plRequirements"=> array('ldapSchema' => array('goLdapServer' => '>=2.7')),
+          "plRequirements"=> array(
+              'ldapSchema' => array('goLdapServer' => '>=2.7'),
+              'onFailureDisablePlugin' => array(get_class())
+              ),
 
           "plProvidedAcls"=> array(
             "start"         => _("Start"),