support windowsUser for IMAP

This commit is contained in:
Roland Gruber 2015-08-04 05:22:59 +00:00
parent 24c6aa9df6
commit 01863ec355
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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.")),