From: hickert Date: Fri, 20 Apr 2007 07:05:01 +0000 (+0000) Subject: Anonymous bind is not allowed. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=dfe4dc2e48c48c9cd6c32dc85abe8bfecf6f9fbb;p=gosa.git Anonymous bind is not allowed. You must specify an admin user now git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6150 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/setup/class_setupStep_Ldap.inc b/setup/class_setupStep_Ldap.inc index 211e8191e..c36f8ca79 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){ + if($this->bind_id && !empty($this->admin)){ $this->is_completed =TRUE; }else{ $this->is_completed =FALSE;