From fdec8cdfb8e86dad346b35fbd8136f161b299257 Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 11 May 2010 08:45:49 +0000 Subject: [PATCH] Fixed spelling of several properties and added missing ones git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18342 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/plugins/admin/groups/class_group.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-core/plugins/admin/groups/class_group.inc b/gosa-core/plugins/admin/groups/class_group.inc index 6860f8e1a..3bcaed368 100644 --- a/gosa-core/plugins/admin/groups/class_group.inc +++ b/gosa-core/plugins/admin/groups/class_group.inc @@ -161,7 +161,7 @@ class group extends plugin if ($this->config->get_cfg_value("core","sambaRidBase") != ""){ $this->sambaDomainName= "DEFAULT"; $this->ridBase= $this->config->get_cfg_value("core","sambaRidBase"); - $this->SID= $this->config->get_cfg_value("core","sid"); + $this->SID= $this->config->get_cfg_value("core","sambaSID"); } else { msg_dialog::display(_("Configuration error"), _("Cannot find group SID in your configuration!"), ERROR_DIALOG); } @@ -757,7 +757,7 @@ class group extends plugin /* User wants me to fake the idMappings? This is useful for making winbind resolve the group names in a reasonable amount of time in combination with larger databases. */ - if ($this->config->get_cfg_value("core","sambaidmapping") == "true"){ + if ($this->config->boolValueIsTrue("core","sambaIdMapping")){ $this->attrs['objectClass'][]= "sambaIdmapEntry"; } -- 2.30.2