From: hickert Date: Tue, 11 May 2010 08:46:05 +0000 (+0000) Subject: Fixed spelling of several properties and added missing ones X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3d1e832ac5043871418c4b2503174402b79f2105;p=gosa.git Fixed spelling of several properties and added missing ones git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18348 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/samba/personal/samba/class_sambaAccount.inc b/gosa-plugins/samba/personal/samba/class_sambaAccount.inc index 0aa698b88..48b807365 100644 --- a/gosa-plugins/samba/personal/samba/class_sambaAccount.inc +++ b/gosa-plugins/samba/personal/samba/class_sambaAccount.inc @@ -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"; }