From c1566c43715396830ed97c768b85a86a0a6a072a Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 25 May 2010 08:59:43 +0000 Subject: [PATCH] Added schema requrements git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18660 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../gofax/admin/systems/services/gofax/class_goFaxServer.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/gosa-plugins/gofax/admin/systems/services/gofax/class_goFaxServer.inc b/gosa-plugins/gofax/admin/systems/services/gofax/class_goFaxServer.inc index 0af5816e2..83818f856 100644 --- a/gosa-plugins/gofax/admin/systems/services/gofax/class_goFaxServer.inc +++ b/gosa-plugins/gofax/admin/systems/services/gofax/class_goFaxServer.inc @@ -92,6 +92,7 @@ class goFaxServer extends goService { "plPriority" => 99, "plSection" => array("administration"), "plCategory" => array("server"), + "plRequirements"=> array('ldapSchema' => array('goFaxServer' => '>=2.7')), "plProvidedAcls"=> array( "goFaxAdmin" => _("Login name"), -- 2.30.2