Explicit ldap-login-mapping plugin description

This commit is contained in:
ZephOne 2025-01-09 16:24:35 +01:00
parent 8bf4727555
commit fad9d5e482
No known key found for this signature in database
GPG key ID: 6331C9866BB5488C
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
Plugin which allows you to set up LDAP username by email address (when IMAP/SMTP requires it)
This plugins allows to authenticate using LDAP mail field, yet login field would still be used for IMAP and SMTP authentication.

View file

@ -13,7 +13,7 @@ class LDAPLoginMappingPlugin extends AbstractPlugin
RELEASE = '2024-09-20',
REQUIRED = '2.36.1',
CATEGORY = 'Login',
DESCRIPTION = 'Enable custom mapping using ldap field';
DESCRIPTION = 'This plugins allows to authenticate using LDAP mail field, yet login field would still be used for IMAP and SMTP authentication';
/**
* @var array
*/