support windowsUser for IMAP
This commit is contained in:
parent
24c6aa9df6
commit
01863ec355
|
@ -1,4 +1,5 @@
|
|||
September 2015 5.1
|
||||
- IMAP: support Windows users
|
||||
- SSH public key: check uploaded files if in right format
|
||||
- LAM Pro:
|
||||
-> MySQL support for cron jobs
|
||||
|
|
|
@ -106,7 +106,7 @@ class imapAccess extends baseModule {
|
|||
"Text" => _("Please enter a comma separated list of domain names (e.g. \"company.com,example.com\"). LAM will only manage mailboxes from these domains.")),
|
||||
'ImapUserNameAttr' => array(
|
||||
"Headline" => _("User name attribute"),
|
||||
"Text" => _("Please choose the attribute to get the IMAP user name. The default is \"mail\" but you can also use \"uid\".")),
|
||||
"Text" => _("Please choose the attribute to get the IMAP user name. The default is \"mail\" but you can also use \"uid\" or \"userPrincipalName\".")),
|
||||
'MailAddress' => array(
|
||||
"Headline" => _("Mailbox"),
|
||||
"Text" => _("This mailbox will be created/deleted.")),
|
||||
|
|
Loading…
Reference in New Issue