Code

fixed property
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 5 May 2010 09:17:49 +0000 (09:17 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 5 May 2010 09:17:49 +0000 (09:17 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18089 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/include/class_core.inc

index ec6e97e6fbf92bf6b6be4caab9e8404c400a70aa..db6c3ce3ed5090cbbbd96fd7fb7f696b9b4eac96 100644 (file)
@@ -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",