From 9840a0fd70bedc6fcf8a8a19e3b6b5957496114e Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 11 May 2010 08:22:37 +0000 Subject: [PATCH] Added missing property git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18337 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/main.php | 2 +- gosa-core/include/class_core.inc | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/gosa-core/html/main.php b/gosa-core/html/main.php index f3d658ae7..be20d4ce1 100644 --- a/gosa-core/html/main.php +++ b/gosa-core/html/main.php @@ -166,7 +166,7 @@ if (!session::global_is_set('plist')){ $plist= session::global_get('plist'); /* Check for register globals */ -if (isset($global_check) && $config->get_cfg_value("core","forceglobals") == "true"){ +if (isset($global_check) && $config->boolValueIsTrue("core","forceGlobals")){ msg_dialog::display( _("PHP configuration"), _("FATAL: Register globals is active. Please fix this in order to continue."), diff --git a/gosa-core/include/class_core.inc b/gosa-core/include/class_core.inc index 933f29ab0..e49c7d30d 100644 --- a/gosa-core/include/class_core.inc +++ b/gosa-core/include/class_core.inc @@ -459,6 +459,17 @@ DEBUG_SI = 256"), "migrate" => "", "group" => "id", "mandatory" => TRUE), + + array( + "name" => "baseIdHook", + "type" => "cmd", + "default" => "", + "description" => _("The 'baseIdHook' statement allows to hook into the id generation method (traditional mode), to define the starting range for new generated ids"), + "check" => "gosaProperty::isCommand", + "migrate" => "", + "group" => "id", + "mandatory" => TRUE), + array( "name" => "gidNumberPoolMin", "type" => "integer", -- 2.30.2