From eefd961456253b0c24ec07fbe0f226e77c44dd3b Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 5 May 2010 09:17:49 +0000 Subject: [PATCH] fixed property git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18089 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/include/class_core.inc | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/gosa-core/include/class_core.inc b/gosa-core/include/class_core.inc index ec6e97e6f..db6c3ce3e 100644 --- a/gosa-core/include/class_core.inc +++ b/gosa-core/include/class_core.inc @@ -30,6 +30,16 @@ class core extends plugin { "plCategory" => array("all"), "plProperties" => array( + array( + "name" => "htaccessAuthentication", + "type" => "string", + "default" => "", + "description" => "", + "check" => "", + "migrate" => "", + "group" => "core", + "mandatory" => FALSE), + array( "name" => "logging", "type" => "string", @@ -160,6 +170,18 @@ class core extends plugin { "group" => "core", "mandatory" => FALSE), + + array( + "name" => "ignoreAcl", + "type" => "string", + "default" => "", + "description" => "", + "check" => "", + "migrate" => "", + "group" => "core", + "mandatory" => FALSE), + + array( "name" => "ppdPath", "type" => "string", @@ -660,6 +682,15 @@ class core extends plugin { "group" => "core", "mandatory" => FALSE), + array( + "name" => "iePngWorkaround", + "type" => "string", + "default" => "", + "description" => "", + "check" => "", + "migrate" => "", + "group" => "core", + "mandatory" => FALSE), array( "name" => "snapshotURI", "type" => "string", -- 2.30.2