summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 29ae55d)
raw | patch | inline | side by side (parent: 29ae55d)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 May 2010 08:46:05 +0000 (08:46 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-plugins/samba/personal/samba/class_sambaAccount.inc b/gosa-plugins/samba/personal/samba/class_sambaAccount.inc
index 0aa698b888e0a7585e01431de62b4cb2ee909776..48b8073655330c1db00c673fa3000e1435476211 100644 (file)
$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 */
/* 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";
}