Code

Closes #310 Moved copy_FAI_resource_recursive to faiManagement. It is only used there.
[gosa.git] / gosa-core / include / functions_FAI.inc
index 03cde063708f4d7e0a3237bd0480073777cc1560..b954d61fc76e44354218087d2121af89f96b4db2 100644 (file)
@@ -37,7 +37,7 @@ function get_all_objects_for_given_base($Current_DN,$filter,$detailed = false)
     foreach($deps_to_search as $fai_base){
 
       /* Ldap search for fai classes specified in this release */
-      $attributes  = array("dn","objectClass","FAIstate","cn","FAIdebianSection");
+      $attributes  = array("dn","objectClass","FAIstate","cn");
       $res_tmp = get_list($filter,"fai",$fai_base,$attributes,GL_SUBSEARCH | GL_SIZELIMIT);
   
       /* check the returned objects, and add/replace them in our return variable */