summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e4ebdbe)
raw | patch | inline | side by side (parent: e4ebdbe)
author | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 22 Feb 2010 09:15:56 +0000 (09:15 +0000) | ||
committer | psc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 22 Feb 2010 09:15:56 +0000 (09:15 +0000) |
When searching for incoming objects always use the base from
the config.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@15661 594d385d-05f5-0310-b6e9-bd551577e9d8
the config.
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.6-lhm@15661 594d385d-05f5-0310-b6e9-bd551577e9d8
trunk/gosa-plugins/systems/admin/systems/class_systemManagement.inc | patch | blob | history |
diff --git a/trunk/gosa-plugins/systems/admin/systems/class_systemManagement.inc b/trunk/gosa-plugins/systems/admin/systems/class_systemManagement.inc
index d240cece85caabbe2648ec94ab30929b96a5d0be..9e0862d0b975ef2d7b6163a72246e6a540ef9824 100644 (file)
else {
$filter = $filter . "(cn=".$this->DivListSystem->Regex.")))";
}
- $res = array_merge($res,get_list($filter,$sys_categories, get_ou('systemIncomingRDN').$base,$sys_attrs, GL_SIZELIMIT));
+ $res = array_merge($res,get_list($filter,$sys_categories, get_ou('systemIncomingRDN').$this->config->get_cfg_value('base'),$sys_attrs, GL_SIZELIMIT));
/* Append opsi systems, the opsi extension have to installed.
(Only, if we are allowed to view opsi hosts)