From: hickert Date: Wed, 5 May 2010 09:17:49 +0000 (+0000) Subject: fixed property X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=eefd961456253b0c24ec07fbe0f226e77c44dd3b;p=gosa.git fixed property git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18089 594d385d-05f5-0310-b6e9-bd551577e9d8 --- 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",