From: hickert Date: Wed, 26 May 2010 07:52:35 +0000 (+0000) Subject: Added requirement dependencies X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c9d71a6bed8f9d8f95c0baca231de3d9820b2b7b;p=gosa.git Added requirement dependencies git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18723 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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 6ce621f8d..33822c1fe 100644 --- a/gosa-plugins/goto/admin/systems/services/ldap/class_goLdapServer.inc +++ b/gosa-plugins/goto/admin/systems/services/ldap/class_goLdapServer.inc @@ -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"),