Skip to content

Commit

Permalink
Removed wrong escapes
Browse files Browse the repository at this point in the history
  • Loading branch information
S-A-L13 committed Feb 27, 2024
1 parent f455437 commit 0763f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ldap-identities/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ protected function configMapping(): array
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:[email protected]\"\)\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:[email protected]\")\n-> To use addresses set by Exchange use \"smtp:\" as prefix.")
->SetDefaultValue(""),

Property::NewInstance(LdapConfig::CONFIG_BIND_USER)
Expand Down

0 comments on commit 0763f3d

Please sign in to comment.