From: hickert Date: Wed, 25 Apr 2007 13:21:45 +0000 (+0000) Subject: Sometimes the base wasn't posted correctly X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2b06451dfbed5ea2a3c078df17fe1647f8ec7e6e;p=gosa.git Sometimes the base wasn't posted correctly git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6194 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/setup/class_setupStep_Ldap.inc b/setup/class_setupStep_Ldap.inc index c36f8ca79..938d014a2 100644 --- a/setup/class_setupStep_Ldap.inc +++ b/setup/class_setupStep_Ldap.inc @@ -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;