summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 094526b)
raw | patch | inline | side by side (parent: 094526b)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 May 2010 07:52:21 +0000 (07:52 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 26 May 2010 07:52:21 +0000 (07:52 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18717 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/goto/admin/systems/services/cups/class_goCupsServer.inc | patch | blob | history |
diff --git a/gosa-plugins/goto/admin/systems/services/cups/class_goCupsServer.inc b/gosa-plugins/goto/admin/systems/services/cups/class_goCupsServer.inc
index 619daeabca796e743e9b2285f04926993333d82a..9e42dc807269a1fe45f63f23eebecc4c4af401c3 100644 (file)
"plPriority" => 100,
"plSection" => array("administration"),
"plCategory" => array("server"),
- "plRequirements"=> array('ldapSchema' => array('goCupsServer' => '>=2.7')),
+ "plRequirements"=> array(
+ 'ldapSchema' => array('goCupsServer' => '>=2.7'),
+ 'onFailureDisablePlugin' => array(get_class())
+ ),
"plProvidedAcls"=> array(
"start" => _("Start"),