mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
[change-password] Document LDAP URI option
This commit is contained in:
parent
aee1d7841b
commit
1d65ec5345
1 changed files with 2 additions and 1 deletions
|
|
@ -38,7 +38,8 @@ class ChangePasswordDriverLDAP
|
|||
{
|
||||
return array(
|
||||
\RainLoop\Plugins\Property::NewInstance('ldap_uri')->SetLabel('LDAP URI')
|
||||
->SetDefaultValue('ldap://localhost:389'),
|
||||
->SetDefaultValue('ldap://localhost:389')
|
||||
->SetDescription('LDAP server URI(s), space separated'),
|
||||
\RainLoop\Plugins\Property::NewInstance('ldap_use_start_tls')->SetLabel('Use StartTLS')
|
||||
->SetType(\RainLoop\Enumerations\PluginPropertyType::BOOL)
|
||||
->SetDefaultValue(True),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue