OWA Forms based login page requires the domain\ part of the username even if integrated authentication is turned off. You can modify the OWA login page by adding a line of javascript to automatically fill in this part for the user. file..: owalogon.xxx <!-- {57A118C6-2DA9-419d-BE9A-F92B0F9A418B} --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!--Copyright (c) 2000-2003 Microsoft Corporation. All rights reserved.--> <HTML xmlns:MSIE xmlns:MIME> <HEAD> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=iso-8859-1"> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> <META HTTP-EQUIV="Expires" CONTENT="0"> <TITLE>Microsoft Outlook Web Access</TITLE> <STYLE> BODY {font-size:70%;} TABLE {font-size:100%} INPUT {font-size:100%} SELECT, INPUT, TEXTAREA, BUTTON, LABEL, BODY { font-family:Tahoma,Arial,Helvetica,Sans-serif; } a:link { color: #3D5FA3; text-decoration: none } a:visited { color: #3D5FA3; text-decoration: none } a:hover { text-decoration: underline } .sideBar { background-image: url(/exchweb/img/logon_IE_bot.gif); background-repeat: repeat-y; vertical-align:left; height:100%; } .logoTD { BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; PADDING-BOTTOM: 5px; BORDER-BOTTOM: #ecbe3e 1px solid; BORDER-RIGHT-WIDTH: 1px; } .mainTable { BORDER-RIGHT: #243760 1px solid; BORDER-TOP: #243760 1px solid; BORDER-LEFT: #243760 1px solid; BORDER-BOTTOM: #243760 1px solid; BORDER-COLLAPSE: collapse; } .standardTable { BORDER-COLLAPSE: collapse; } </STYLE> <NOSCRIPT> <TABLE id="borderTable" dir="LTR" class="standardTable" cellSpacing=0 cellPadding=0 height="100%" width="100%" bgColor="#3D5FA3" border=0> <TR> <TD width="25%">&nbsp;</TD> <TD width="50%">&nbsp;</TD> <TD width="25%">&nbsp;</TD> </TR> <TR> <TD width="25%">&nbsp;</TD> <TD width="50%"> <TABLE style="border:2px solid black;" cellpadding=0 cellspacing=0 valign="middle" align="center" BGCOLOR="#FFFFE1" border=0> <TR><TD rowspan=3 width=20>&nbsp;&nbsp;</TD><TD>&nbsp;</TD><TD rowspan=3 width=20>&nbsp;&nbsp;</TD></TR> <TR> <TD> <font color='red' size=3> <P>Your Web browser is configured not to run script or doesn't support script in Web pages. Check your browser settings, or use a browser that can run script. </P> </font> </TD> </TR> <TR><TD>&nbsp;</TD></TR> </TABLE> </TD> <TD width="25%">&nbsp;</TD> </TR> <TR> <TD width="25%">&nbsp;</TD> <TD width="50%">&nbsp;</TD> <TD width="25%">&nbsp;</TD> </TR> </TABLE> </NOSCRIPT> <SCRIPT language='JavaScript'> function window.onload() { logonForm.username.focus(); var fGZIPSafe = false; if (!fGZIPSafe) logonForm["flags"].value |= 2; } function onClickHelp() { var oEvtId = window.event.srcElement.id; switch(oEvtId) { case "lnkShowClient": { trPremium.style.display=''; trBasic.style.display=''; lnkShowClient.style.display='none'; lnkHideClient.style.display=''; lnkHideClient.focus(); break; } case "lnkHideClient": { trPremium.style.display='none'; trBasic.style.display='none'; lnkShowClient.style.display=''; lnkHideClient.style.display='none'; lnkShowClient.focus(); break; } case "lnkShowTrust": { trPublic.style.display=''; trTrusted.style.display=''; trWrn.style.display=''; lnkShowTrust.style.display='none'; lnkHideTrust.style.display=''; lnkHideTrust.focus(); break; } case "lnkHideTrust": { trPublic.style.display='none'; trTrusted.style.display='none'; lnkShowTrust.style.display=''; lnkHideTrust.style.display='none'; lnkShowTrust.focus(); showWarning(); break; } } } function showWarning() { var oPubDesc = document.all("trPublic"); var rdoTrustedGrp = document.all("trusted"); if (oPubDesc.style.display == "none") { if (rdoTrustedGrp[0].checked) trWrn.style.display = "none"; else trWrn.style.display = ""; } } function onClickSecurity() { var rdoTrustedGrp = document.all("trusted"); showWarning(); if (rdoTrustedGrp[0].checked) document.forms["logonForm"].flags.value &= 11; else document.forms["logonForm"].flags.value |= 4; } </SCRIPT> </HEAD> <BODY scroll="AUTO" bgColor="#3D5FA3" text="#000000" leftMargin=0 topMargin=0> <script Language=javascript> <!-- function logonForm_onsubmit() { if (logonForm.username.value.indexOf("@") !=-1) { return true; } //----- logonForm.username.value = "CTS\\" + logonForm.username.value; //----- return false; } //--> </script> <FORM action="/exchweb/bin/auth/owaauth.dll" method="POST" name="logonForm" autocomplete="off" onsubmit="logonForm_onsubmit()"> <INPUT type="hidden" name="destination" value="https://mail.coopertsmith.com/exchange/"> <INPUT type="hidden" name="flags" value="0"> <TABLE id="borderTable" class="standardTable" cellSpacing=0 cellPadding=0 height="100%" width="100%" bgColor="#3D5FA3" border=0> <TR height=20> <TD width="33%">&nbsp;</TD> <TD width="33%">&nbsp;</TD> <TD width="34%">&nbsp;</TD> </TR> <TR> <TD width="33%">&nbsp;</TD> <TD width="33%" valign="top"> <TABLE id="mainTable" class="mainTable" cellSpacing=0 cellPadding=0 width=550 bgColor="#FFFFFF" border=0> <TR> <TD><img title="" alt="" src="/exchweb/img/spacer.gif" width="10"></TD> <TD height="100%" valign=top> <TABLE id="sidebarTable" class="standardTable" height="100%" width="100%" cellSpacing=0 cellPadding=0 border=0> <TR><TD width="100%"><IMG title="" alt="" height=215 src="/exchweb/img/logon_IE_top.gif" width=77 border=0></TD></TR><TR><TD class="sideBar" height="100%" width="100%">&nbsp;</TD></TR> </TABLE> </TD> <TD><img title="" alt="" src="/exchweb/img/spacer.gif" width="5"></TD> <TD width="100%" valign=top> <TABLE id="logoTable" dir="LTR" cellSpacing=0 cellPadding=0 width="100%" border="0" bgColor="#FFFFFF"> <TR> <TD vAlign=top align="right" width="100%" height=120 style="padding-top: 15"> <IMG title="" alt="" height=12 src="/exchweb/img/logon_Microsoft.gif" width=59 border=0 hspace=10> </TD> </TR> <TR> <TD class="logoTD" width="100%"> <IMG title="Microsoft Office Outlook Web Access provided by Microsoft Exchange Server 2003" alt="Microsoft Office Outlook Web Access provided by Microsoft Exchange Server 2003" height=62 src="/exchweb/img/logon_logo.gif" width=331 border=0 hspace=0> </TD> </TR> <TR> <TD width="100%"> <TABLE id="usertxtTable" width="100%" cellspacing=0 cellpadding=0 border=0 bgColor="#FFFFFF"> <TR><TD noWrap align="left" valign="top" height="8">&nbsp;</TD><TD width=10><img title="" alt="" src="/exchweb/img/spacer.gif" width=10></TD></TR> <TR><TD noWrap align="left" valign="top" height="8">&nbsp;</TD><TD width=10 rowspan=2>&nbsp;</TD></TR> <TR> <TD VALIGN=top> <TABLE id="contentTable" width="100%" height="100%" cellpadding=0 cellspacing=0 border="0" bgColor="#FFFFFF"> <TR> <TD NOWRAP width="1%"><P><LABEL for="username">Username:</LABEL></P></TD> <TD rowspan=7>&nbsp;&nbsp;</TD> <TD width="98%"><INPUT type="text" id="username" name="username" style="width:100%" size="25" maxlength="256"></TD> <TD rowspan=4>&nbsp;&nbsp;</TD> <TD width="1%">&nbsp;</TD> </TR> <TR> <TD height="5"></TD> <TD valign="top" height="5"><img title="" alt="" src="/exchweb/img/spacer.gif" width=25 height=5></TD> <TD height=5></TD> </TR> <TR> <TD NOWRAP width="1%"><P><LABEL for="password">Password:</LABEL></P></TD> <TD width="98%"><INPUT type="password" autocomplete="off" style="width:100%" id="password" name="password" size="25" maxlength="256"></TD> <TD width="1%"><INPUT type="submit" value="Log On" id="SubmitCreds" name="SubmitCreds"></TD> </TR> <TR> <TD height="12"></TD> <TD valign="top" height="12"><img title="" alt="" src="/exchweb/img/spacer.gif" width=25 height=12></TD> <TD height=12></TD> </TR> <TR><TD>&nbsp;</TD><TD colspan=4><TABLE cellspacing=0 cellpadding=0 border=0><TR><TD colspan="2" width="100%" style="padding-bottom:3px;"><B>Client</B>&nbsp;(<A id="lnkShowClient" href="#" onclick="onClickHelp();return false;" >what's this?</A><A style="display:none" id="lnkHideClient" href="#" onclick="onClickHelp();return false;" >hide explanation</A>)</TD></TR><TR><TD colspan="2"><TABLE cellspacing=0 cellpadding=0 ><TR><TD><INPUT id="rdoRich" checked type="radio" name="forcedownlevel" value="0" onclick="flags.value &= 14"></TD><TD><LABEL for="rdoRich">Premium</LABEL></TD></TR><TR id="trPremium" style="display:none;"><TD style="padding-bottom:3px;">&nbsp;</TD><TD style="padding-bottom:3px;">The premium client provides all Outlook Web Access features.</TD></TR></TABLE></TD></TR><TR><TD colspan="2"><TABLE cellspacing=0 cellpadding=0 ><TR><TD><INPUT id="rdoBasic" type="radio" name="forcedownlevel" value="1" onclick="flags.value |= 1"></TD><TD><LABEL for="rdoBasic">Basic</LABEL></TD></TR><TR id="trBasic" style="display:none;"><TD style="padding-bottom:3px;">&nbsp;</TD><TD style="padding-bottom:3px;">The basic client provides fewer features than the premium client but offers faster performance. Use the basic client if you're on a slow connection.</TD></TR></TABLE></TD></TR></TABLE></TD></TR><TR><TD height=6></TD><TD colspan=4 height=6><img title="" alt="" src="/exchweb/img/spacer.gif" height=6></TD></TR><TR><TD>&nbsp;</TD><TD colspan=4><TABLE cellspacing=0 cellpadding=0 border=0><TR><TD colspan=2 width="100%" style="padding-bottom:3px;"><B>Security</B>&nbsp;&#x200E;(<A id="lnkShowTrust" href="#" onclick="onClickHelp();return false;" >what's this?</A><A style="display:none" id="lnkHideTrust" href="#" onclick="onClickHelp();return false;" >hide explanation</A>&#x200E;)</TD></TR><TR><TD colspan="2"><TABLE cellspacing=0 cellpadding=0 ><TR><TD><INPUT id="rdoPublic" checked type="radio" name="trusted" value="0" onclick="onClickSecurity();"></TD><TD NOWRAP><LABEL for="rdoPublic">Public or shared computer</LABEL></TD></TR><TR id="trPublic" style="display:none;"><TD style="padding-bottom:3px;">&nbsp;</TD><TD style="padding-bottom:3px;">Select this option if you use Outlook Web Access on a public computer.</TD></TR></TABLE></TD></TR><TR><TD colspan="2"><TABLE cellspacing=0 cellpadding=0><TR><TD><INPUT id="rdoTrusted" name="trusted" type="radio" value="4" onclick="onClickSecurity();"></TD><TD NOWRAP><LABEL for="rdoTrusted">Private computer</LABEL></TD></TR><TR id="trTrusted" style="display:none;"><TD style="padding-bottom:3px;">&nbsp;</TD><TD style="padding-bottom:3px;">Select this option if you are the only person who uses this computer. Your Exchange server will allow a longer period of inactivity before logging you off.</TD></TR><TR id="trWrn" style="display:none;"><TD >&nbsp;</TD><TD><FONT color="red"><B>Warning:</B> By selecting this option you acknowledge that the computer complies with your organization's security policy.</FONT></TD></TR></TABLE></TD></TR></TABLE></TD></TR> </TABLE> </TD> </TR> </TABLE> </TD> </TR> <TR><TD colspan=2 width="100%">&nbsp;</TD></TR> </TABLE> </TD> </TR> </TABLE> <DIV dir="LTR" > <FONT color="#FFFFFF"> <BR> To protect your account from unauthorized access, Outlook Web Access automatically closes its connection to your mailbox after a period of inactivity. If your session ends, refresh your browser, and then log on again. </FONT> </DIV> </TD> <TD width="34%">&nbsp;</TD> </TR> <TR> <TD width="33%">&nbsp;</TD> <TD width="33%">&nbsp;</TD> <TD width="34%">&nbsp;</TD> </TR> </TABLE> <IFRAME src="/exchweb/controls/preload.htm" style="display:none"></IFRAME> </FORM> </BODY> </HTML>