summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 120ef44)
raw | patch | inline | side by side (parent: 120ef44)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 May 2010 10:04:16 +0000 (10:04 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 May 2010 10:04:16 +0000 (10:04 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18119 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/systems/admin/systems/class_systemManagement.inc | patch | blob | history | |
gosa-plugins/systems/admin/systems/tabs_server.inc | patch | blob | history |
diff --git a/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/gosa-plugins/systems/admin/systems/class_systemManagement.inc
index b386f2421de6705603b25ac454e651017d7e9158..70bf263356b4bd714e62810fdcd30d225e3c56b0 100644 (file)
if ($this->config->boolValueIsTrue("main", "copyPaste")){
$this->cpHandler = new CopyPasteHandler($this->config);
}
- if($this->config->get_cfg_value("enableSnapshots") == "true"){
+ if($this->config->get_cfg_value("core","enableSnapshots") == "true"){
$this->snapHandler = new SnapshotHandler($this->config);
}
diff --git a/gosa-plugins/systems/admin/systems/tabs_server.inc b/gosa-plugins/systems/admin/systems/tabs_server.inc
index 95ffbcaad463cedf19fd33084a72fdd5442f5c4a..ea977581a05597e6bf26fc7f8819b7873ffab1d4 100644 (file)
/* cn is not case sensitive for ldap, but for php it is!! */
if($baseobject->orig_dn != "new"){
- if($this->config->get_cfg_value("accountPrimaryAttribute") == "cn"){
+ if($this->config->get_cfg_value("core","accountPrimaryAttribute") == "cn"){
if (strtolower($baseobject->orig_dn) != (strtolower($this->dn))){
$baseobject->recursive_move($baseobject->orig_dn, $this->dn);
}