summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 830d994)
raw | patch | inline | side by side (parent: 830d994)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 May 2010 07:41:43 +0000 (07:41 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 May 2010 07:41:43 +0000 (07:41 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18321 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_core.inc | patch | blob | history |
index 808f5a309c8c3586689911cdad02238da504fbda..a8a03022ba01423be33b93ce924dcc54f9673bee 100644 (file)
array(
"name" => "ppdGzip",
"type" => "bool",
- "default" => "true",
+ "default" => true,
"description" => "The 'ppdGzip' variable enables PPD file compression.",
"check" => "gosaProperty::isBool",
"migrate" => "",
array(
"name" => "passwordDefaultHash",
"type" => "switch",
- "default" => "crypt",
+ "default" => "crypt/md5",
"defaults" => "core::getPropertyValues",
"description" => "The 'passwordDefaultHash' statement defines the default password hash to choose for new accounts.",
"check" => "",
"migrate" => "",
"group" => "password",
"mandatory" => FALSE),
+ array(
+ "name" => "strictPasswordRules",
+ "type" => "bool",
+ "default" => TRUE,
+ "description" => _("The 'strictPasswordRules' tells GOsa to check for UTF-8 characters in the supplied password. These Characters can lead to non working authentications if UTF-8 and none UTF-8 systems locales get mixed. The default is 'true'."),
+ "check" => "gosaProperty::isBool",
+ "migrate" => "",
+ "group" => "password",
+ "mandatory" => FALSE),
array(
"name" => "accountPrimaryAttribute",
array(
"name" => "gosaSupportTimeout",
"type" => "integer",
- "default" => "15",
+ "default" => 15,
"description" => "The 'gosaSupportTimeout' sets a connection timeout for all gosa-si actions. See 'gosaSupportURI' for details.",
"check" => "gosaProperty::isInteger",
"migrate" => "",
"mandatory" => FALSE)
),
+
+#cyrusAutocreateFolders null
+#cyrusDeleteMailbox true
"plProvidedAcls" => array(
"accessTo" => _("System trust"),
"cn" => _("Name"),