Code

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

gosa-plugins/gofax/admin/systems/services/gofax/class_goFaxServer.inc

index 83818f856f7768513993f8e1ec8a9c9b74bacbcf..d659e716b7db0b1928bdd493e4c34a37d5527d84 100644 (file)
@@ -92,7 +92,10 @@ class goFaxServer extends goService {
           "plPriority"    => 99,
           "plSection"     => array("administration"),
           "plCategory"    => array("server"),
-          "plRequirements"=> array('ldapSchema' => array('goFaxServer' => '>=2.7')),
+          "plRequirements"=> array(
+              'ldapSchema' => array('goFaxServer' => '>=2.7'),
+              'onFailureDisablePlugin' => array(get_class(),'faxreport','gofaxAccount')
+              ),
 
           "plProvidedAcls"=> array(
             "goFaxAdmin"     => _("Login name"),