mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
docu update
This commit is contained in:
parent
cbf94ab243
commit
e1c115d310
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user