[change-password] Document LDAP URI option

This commit is contained in:
David Härdeman 2021-08-23 10:05:04 +02:00
parent aee1d7841b
commit 1d65ec5345

View file

@ -38,7 +38,8 @@ class ChangePasswordDriverLDAP
{ {
return array( return array(
\RainLoop\Plugins\Property::NewInstance('ldap_uri')->SetLabel('LDAP URI') \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') \RainLoop\Plugins\Property::NewInstance('ldap_use_start_tls')->SetLabel('Use StartTLS')
->SetType(\RainLoop\Enumerations\PluginPropertyType::BOOL) ->SetType(\RainLoop\Enumerations\PluginPropertyType::BOOL)
->SetDefaultValue(True), ->SetDefaultValue(True),