support windowsUser for IMAP
This commit is contained in:
parent
24c6aa9df6
commit
01863ec355
|
@ -1,4 +1,5 @@
|
||||||
September 2015 5.1
|
September 2015 5.1
|
||||||
|
- IMAP: support Windows users
|
||||||
- SSH public key: check uploaded files if in right format
|
- SSH public key: check uploaded files if in right format
|
||||||
- LAM Pro:
|
- LAM Pro:
|
||||||
-> MySQL support for cron jobs
|
-> 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.")),
|
"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(
|
'ImapUserNameAttr' => array(
|
||||||
"Headline" => _("User name attribute"),
|
"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(
|
'MailAddress' => array(
|
||||||
"Headline" => _("Mailbox"),
|
"Headline" => _("Mailbox"),
|
||||||
"Text" => _("This mailbox will be created/deleted.")),
|
"Text" => _("This mailbox will be created/deleted.")),
|
||||||
|
|
Loading…
Reference in New Issue