Code

Sometimes the base wasn't posted correctly
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 25 Apr 2007 13:21:45 +0000 (13:21 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 25 Apr 2007 13:21:45 +0000 (13:21 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6194 594d385d-05f5-0310-b6e9-bd551577e9d8

setup/class_setupStep_Ldap.inc

index c36f8ca79e90de405c11fc4193ee1044b5feb9d3..938d014a2ace2bcfedabf7f704c6c86493d2560d 100644 (file)
@@ -157,7 +157,7 @@ class Step_Ldap extends setup_step
     }
 
     $this->get_connection_status();
-    if($this->bind_id && !empty($this->admin)){
+    if($this->bind_id && !empty($this->admin) && !empty($this->base)){
       $this->is_completed =TRUE;
     }else{
       $this->is_completed =FALSE;