summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8196088)
raw | patch | inline | side by side (parent: 8196088)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 9 Oct 2009 14:17:15 +0000 (14:17 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 9 Oct 2009 14:17:15 +0000 (14:17 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14569 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-plugins/fai/admin/fai/class_FAI.inc | patch | blob | history |
index 33ba4cae9eb389d0af71d74ae1903330a44aa580..4dd7d36e135fb1be2d2468e8f1cad390a3798c44 100644 (file)
/* Ldap search for fai classes specified in this release */
$attributes = array("dn","objectClass","FAIstate","cn","FAIdiskType","FAIlvmDevice","FAIdiskOption");
- $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){