Code

Do not size limit get_list() query in
[gosa.git] / trunk / gosa-plugins / fai / admin / fai / class_FAI.inc
index ef27ae6ffa6dd94e7636096702eef274df932789..eb78fe08a9cb2a04193952d10e369fae340ab46a 100644 (file)
@@ -64,7 +64,7 @@ class FAI
 
         /* Ldap search for fai classes specified in this release */
         $attributes  = array("dn","objectClass","FAIstate","cn");
-        $res_tmp = get_list($filter,"fai",$fai_base,$attributes,GL_SUBSEARCH | GL_SIZELIMIT);
+        $res_tmp = get_list($filter,"fai",$fai_base,$attributes,GL_SUBSEARCH);
 
         /* check the returned objects, and add/replace them in our return variable */
         foreach($res_tmp as $attr){