docu update

This commit is contained in:
Ralf Becker 2007-12-09 19:00:16 +00:00
parent cbf94ab243
commit e1c115d310

View File

@ -23,7 +23,7 @@ class setup_cmd_ldap extends setup_cmd
private $test_ldap;
/**
* Enter description here...
* Constructor
*
* @param string/array $domain domain-name to customize the defaults or array with all parameters
* @param string $ldap_type db-type (mysql, pgsql, ...)
@ -168,7 +168,7 @@ class setup_cmd_ldap extends setup_cmd
$this->connect();
}
}
return lang('Successful connected to LDAP server on %1 and created required structur %2.',
return lang('Successful connected to LDAP server on %1 and created/checked required structur %2.',
$this->ldap_host,$this->ldap_base);
}