mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-11 18:46:51 +01:00
Fix typos
This commit is contained in:
committed by
GitHub
parent
e1165fed89
commit
cde1fbde0c
@@ -157,7 +157,7 @@ $config['password_ldap_host'] = 'localhost';
|
||||
$config['password_ldap_port'] = '389';
|
||||
|
||||
// TLS is started after connecting
|
||||
// Using TLS for password modification is recommanded.
|
||||
// Using TLS for password modification is recommended.
|
||||
// Default: false
|
||||
$config['password_ldap_starttls'] = false;
|
||||
|
||||
@@ -171,7 +171,7 @@ $config['password_ldap_basedn'] = 'dc=exemple,dc=com';
|
||||
|
||||
// LDAP connection method
|
||||
// There is two connection method for changing a user's LDAP password.
|
||||
// 'user': use user credential (recommanded, require password_confirm_current=true)
|
||||
// 'user': use user credential (recommended, require password_confirm_current=true)
|
||||
// 'admin': use admin credential (this mode require password_ldap_adminDN and password_ldap_adminPW)
|
||||
// Default: 'user'
|
||||
$config['password_ldap_method'] = 'user';
|
||||
|
||||
Reference in New Issue
Block a user