summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1eb43e6)
raw | patch | inline | side by side (parent: 1eb43e6)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 11 May 2010 08:45:49 +0000 (08:45 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-core/plugins/admin/groups/class_group.inc b/gosa-core/plugins/admin/groups/class_group.inc
index 6860f8e1a4f7997659ff28e80b0fe859510b8dee..3bcaed368bbf908171212a8f99c2f1069f72cb62 100644 (file)
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);
}
/* 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";
}