Code

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

gosa-plugins/samba/personal/samba/class_sambaAccount.inc

index 0aa698b888e0a7585e01431de62b4cb2ee909776..48b8073655330c1db00c673fa3000e1435476211 100644 (file)
@@ -119,7 +119,7 @@ class sambaAccount extends plugin
           $this->sambaDomainName= "DEFAULT";
         }
         $this->ridBase= $this->config->get_cfg_value("core","sambaRidBase");
-        $this->SID= $this->config->get_cfg_value("core","sambaSid");
+        $this->SID= $this->config->get_cfg_value("core","sambaSID");
       }
 
       /* Save in order to compare later on */
@@ -1172,7 +1172,7 @@ class sambaAccount extends plugin
     /* User wants me to fake the idMappings? This is useful for
        making winbind resolve the user 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";
     }