mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Explicit ldap-login-mapping plugin description
This commit is contained in:
parent
8bf4727555
commit
fad9d5e482
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ class LDAPLoginMappingPlugin extends AbstractPlugin
|
||||||
RELEASE = '2024-09-20',
|
RELEASE = '2024-09-20',
|
||||||
REQUIRED = '2.36.1',
|
REQUIRED = '2.36.1',
|
||||||
CATEGORY = 'Login',
|
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
|
* @var array
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue