summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9f197c5)
raw | patch | inline | side by side (parent: 9f197c5)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 09:28:50 +0000 (09:28 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 10 May 2010 09:28:50 +0000 (09:28 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18190 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_core.inc | patch | blob | history |
index 1b3508d96f463d3793472c5b4ff73e24071cb3b0..747159f0c4ba99f7996eef4e07ba0f91b8a5a3d1 100644 (file)
"check" => "gosaProperty::isBool",
"migrate" => "",
"group" => "authentification",
- "mandatory" => FALSE),
+ "mandatory" => TRUE),
array(
"name" => "logging",
"check" => "gosaProperty::isBool",
"migrate" => "",
"group" => "core",
- "mandatory" => FALSE),
+ "mandatory" => TRUE),
array(
"name" => "listSummary",
"check" => "gosaProperty::isBool",
"migrate" => "",
"group" => "debug",
- "mandatory" => FALSE),
+ "mandatory" => TRUE),
array(
"name" => "schemaCheck",
"check" => "gosaProperty::isBool",
"migrate" => "",
"group" => "debug",
- "mandatory" => FALSE),
+ "mandatory" => TRUE),
array(
"name" => "copyPaste",
"check" => "gosaProperty::isBool",
"migrate" => "",
"group" => "copyPaste",
- "mandatory" => FALSE),
+ "mandatory" => TRUE),
array(
"name" => "forceGlobals",
"check" => "gosaProperty::isBool",
"migrate" => "",
"group" => "security",
- "mandatory" => FALSE),
+ "mandatory" => TRUE),
array(
"name" => "forceSSL",
"check" => "gosaProperty::isBool",
"migrate" => "",
"group" => "security",
- "mandatory" => FALSE),
+ "mandatory" => TRUE),
array(
"name" => "ldapStats",
"check" => "gosaProperty::isBool",
"migrate" => "",
"group" => "security",
- "mandatory" => FALSE),
+ "mandatory" => TRUE),
array(
"name" => "ppdGzip",
"check" => "",
"migrate" => "",
"group" => "core",
- "mandatory" => FALSE),
+ "mandatory" => TRUE),
array(
"name" => "language",
"check" => "gosaProperty::isWriteablePath",
"migrate" => "",
"group" => "core",
- "mandatory" => FALSE),
+ "mandatory" => TRUE),
array(
"name" => "debugLevel",
"check" => "",
"migrate" => "",
"group" => "security",
- "mandatory" => FALSE),
+ "mandatory" => TRUE),
array(
"name" => "userRDN",
"check" => "gosaProperty::isInteger",
"migrate" => "",
"group" => "core",
- "mandatory" => FALSE),
+ "mandatory" => TRUE),
array(
"name" => "uidNumberBase",
"check" => "gosaProperty::isInteger",
"migrate" => "",
"group" => "core",
- "mandatory" => FALSE),
+ "mandatory" => TRUE),
array(
"name" => "gosaSupportURI",
"check" => "",
"migrate" => "",
"group" => "security",
- "mandatory" => FALSE),
+ "mandatory" => TRUE),
array(
"name" => "timezone",
"check" => "",
"migrate" => "",
"group" => "core",
- "mandatory" => FALSE),
+ "mandatory" => TRUE),
array(
"name" => "honourUnitTags",
"check" => "gosaProperty::isBool",
"migrate" => "",
"group" => "security",
- "mandatory" => FALSE),
+ "mandatory" => TRUE),
array(
"name" => "honourIvbbAttributes",
"check" => "gosaProperty::isBool",
"migrate" => "",
"group" => "snapshot",
- "mandatory" => FALSE),
+ "mandatory" => TRUE),
array(
"name" => "snapshotBase",