From 1d65ec534557a1e859795f308a70716ed5597f2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=A4rdeman?= Date: Mon, 23 Aug 2021 10:05:04 +0200 Subject: [PATCH] [change-password] Document LDAP URI option --- plugins/change-password/drivers/ldap.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/change-password/drivers/ldap.php b/plugins/change-password/drivers/ldap.php index fa8247bb4..e61febd81 100644 --- a/plugins/change-password/drivers/ldap.php +++ b/plugins/change-password/drivers/ldap.php @@ -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),