Code

Anonymous bind is not allowed.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 Apr 2007 07:05:01 +0000 (07:05 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Fri, 20 Apr 2007 07:05:01 +0000 (07:05 +0000)
You must specify an admin user now

git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6150 594d385d-05f5-0310-b6e9-bd551577e9d8

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;