Code

Anonymous bind is not allowed.
[gosa.git] / setup / class_setupStep_Ldap.inc
index 211e8191e206dd894db2db0ac12a2e861f221cbf..c36f8ca79e90de405c11fc4193ee1044b5feb9d3 100644 (file)
@@ -157,7 +157,7 @@ class Step_Ldap extends setup_step
     }
 
     $this->get_connection_status();
-    if($this->bind_id){
+    if($this->bind_id && !empty($this->admin)){
       $this->is_completed =TRUE;
     }else{
       $this->is_completed =FALSE;