Code

Commit LHM-locale patch
authorpsc <psc@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 22 Feb 2010 09:15:56 +0000 (09:15 +0000)
committerpsc <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

trunk/gosa-plugins/systems/admin/systems/class_systemManagement.inc

index d240cece85caabbe2648ec94ab30929b96a5d0be..9e0862d0b975ef2d7b6163a72246e6a540ef9824 100644 (file)
@@ -1274,7 +1274,7 @@ class systems extends plugin
     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)