Code

Do not query the whole ldap to get object count ... This will freeze the ui for a...
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 9 May 2008 08:52:04 +0000 (08:52 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 9 May 2008 08:52:04 +0000 (08:52 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@10857 594d385d-05f5-0310-b6e9-bd551577e9d8

setup/class_setupStep_Feedback.inc

index dbc371b844771e56642228782ec3db73b29733f9..748f03553527ee7911757f14d3f87bbe4f286d07 100644 (file)
@@ -80,9 +80,9 @@ class Step_Feedback  extends setup_step
         $cv['connection'],
         FALSE,
         $cv['tls']);
+
     $ldap->cd($cv['base']);
-    $ldap->search("(objectClass=*)",array("dn"));
-    $this->object_count=$ldap->count();
+    $this->object_count=  "";
 
     /* Preselect used features */
     $oc = $ldap->get_objectclasses();