From 573933c1dbc22a4727ce2e14ddf5750f0cb2e1ef Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 26 May 2010 07:52:40 +0000 Subject: [PATCH] Added requirement dependencies git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18725 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../goto/admin/systems/services/ntp/class_goNtpServer.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gosa-plugins/goto/admin/systems/services/ntp/class_goNtpServer.inc b/gosa-plugins/goto/admin/systems/services/ntp/class_goNtpServer.inc index c7815d3ee..e598bd1c8 100644 --- a/gosa-plugins/goto/admin/systems/services/ntp/class_goNtpServer.inc +++ b/gosa-plugins/goto/admin/systems/services/ntp/class_goNtpServer.inc @@ -117,7 +117,10 @@ class goNtpServer extends goService{ "plDepends" => array(), "plPriority" => 91, "plSection" => array("administration"), - "plRequirements"=> array('ldapSchema' => array('goNtpServer' => '>=2.7')), + "plRequirements"=> array( + 'ldapSchema' => array('goNtpServer' => '>=2.7'), + 'onFailureDisablePlugin' => array(get_class()) + ), "plCategory" => array("server"), "plProvidedAcls"=> array( -- 2.30.2