From 0763f3d1c6559f627237c8582baa1048303d399c Mon Sep 17 00:00:00 2001 From: S-A-L13 Date: Tue, 27 Feb 2024 13:22:38 +0100 Subject: [PATCH] Removed wrong escapes --- plugins/ldap-identities/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ldap-identities/index.php b/plugins/ldap-identities/index.php index 121d0261b..d56df3ca6 100644 --- a/plugins/ldap-identities/index.php +++ b/plugins/ldap-identities/index.php @@ -67,7 +67,7 @@ class LdapIdentitiesPlugin extends AbstractPlugin Property::NewInstance(LdapConfig::CONFIG_MAIL_PREFIX) ->SetLabel("Email prefix") ->SetType(PluginPropertyType::STRING) - ->SetDescription("Only addresses with this prefix will be used as identity. The prefix is removed from the identity list.\nThis is useful for example to import identities from Exchange, which stores mail addresses in the ProxyAddresses attribut of Active Directory with \"smtp:\" as prefix. \(e.g. \"smtp:john.doe@topsecret.info\"\)\n-> To use addresses set by Exchange use \"smtp:\" as prefix.") + ->SetDescription("Only addresses with this prefix will be used as identity. The prefix is removed from the identity list.\nThis is useful for example to import identities from Exchange, which stores mail addresses in the ProxyAddresses attribut of Active Directory with \"smtp:\" as prefix. (e.g. \"smtp:john.doe@topsecret.info\")\n-> To use addresses set by Exchange use \"smtp:\" as prefix.") ->SetDefaultValue(""), Property::NewInstance(LdapConfig::CONFIG_BIND_USER)