Code

Fixed spelling of several properties and added missing ones
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 May 2010 08:45:49 +0000 (08:45 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 11 May 2010 08:45:49 +0000 (08:45 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18342 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/groups/class_group.inc

index 6860f8e1a4f7997659ff28e80b0fe859510b8dee..3bcaed368bbf908171212a8f99c2f1069f72cb62 100644 (file)
@@ -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";
       }