summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 970a0d9)
raw | patch | inline | side by side (parent: 970a0d9)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 May 2010 09:17:49 +0000 (09:17 +0000) | ||
committer | hickert <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 | patch | blob | history |
index ec6e97e6fbf92bf6b6be4caab9e8404c400a70aa..db6c3ce3ed5090cbbbd96fd7fb7f696b9b4eac96 100644 (file)
"plCategory" => array("all"),
"plProperties" => array(
+ array(
+ "name" => "htaccessAuthentication",
+ "type" => "string",
+ "default" => "",
+ "description" => "",
+ "check" => "",
+ "migrate" => "",
+ "group" => "core",
+ "mandatory" => FALSE),
+
array(
"name" => "logging",
"type" => "string",
"group" => "core",
"mandatory" => FALSE),
+
+ array(
+ "name" => "ignoreAcl",
+ "type" => "string",
+ "default" => "",
+ "description" => "",
+ "check" => "",
+ "migrate" => "",
+ "group" => "core",
+ "mandatory" => FALSE),
+
+
array(
"name" => "ppdPath",
"type" => "string",
"group" => "core",
"mandatory" => FALSE),
+ array(
+ "name" => "iePngWorkaround",
+ "type" => "string",
+ "default" => "",
+ "description" => "",
+ "check" => "",
+ "migrate" => "",
+ "group" => "core",
+ "mandatory" => FALSE),
array(
"name" => "snapshotURI",
"type" => "string",