summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f909d6c)
raw | patch | inline | side by side (parent: f909d6c)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Fri, 20 Apr 2007 07:05:01 +0000 (07:05 +0000) | ||
committer | hickert <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
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@6150 594d385d-05f5-0310-b6e9-bd551577e9d8
setup/class_setupStep_Ldap.inc | patch | blob | history |
index 211e8191e206dd894db2db0ac12a2e861f221cbf..c36f8ca79e90de405c11fc4193ee1044b5feb9d3 100644 (file)
}
$this->get_connection_status();
- if($this->bind_id){
+ if($this->bind_id && !empty($this->admin)){
$this->is_completed =TRUE;
}else{
$this->is_completed =FALSE;