<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
 xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
>

<channel>
<title>Parallels knowledgebase (KB)</title>
<link>http://kb.parallels.com/</link>
<description>Parallels knowledgebase (KB)</description>
<language>en</language>
<copyright>Copyright 2008 Parallels</copyright>
<pubDate>Wed, 10 Sep 2008 00:00:00 +0600</pubDate>
<lastBuildDate>Wed, 10 Sep 2008 00:00:00 +0600</lastBuildDate>
<webMaster>rt-team@parallels.com</webMaster>

<item>
<title><![CDATA[How to disable autologin to OWA from the customer's CP?]]></title>
<link>http://kb.parallels.com/en/4606</link>
<description><![CDATA[<div id="article">
	




	<div id="kb" class="kb">
		<div class="article-container">
			<h2 class="title">How to disable autologin to OWA from the customer's CP?</h2>
			<div class="ab-frame"><div class="bl"><div class="br"><div class="tl"><div class="tr"><!-- frame -->
				<div class="articleProperty">
					<div>Article ID: 4606&nbsp;</div>
					<div>Last Review: Feb,4 2009</div>
					<tr>
						<td>Author: </td>
						<td>Vitaly Filatov</td>
					</tr>
					<br/>
					<tr>
						<td>Last updated by: </td>
						<td>Vitaly Filatov</td>
					</tr>
					<strong>APPLIES TO:</strong>
					<div class="articleApplies">
						<ul>
							<li>Parallels Operations Automation 2.6</li>
							<li>Parallels Operations Automation 2.7</li>
						</ul>
					</div>
				</div><!-- articleProperty -->
			</div></div></div></div></div><!-- frame -->

			<div class="article-internal-flag"></div>

			<div id="article-content">
				<div class="article-part">
					<h2>Cause</h2>
					Some providers do not allow customer's CP users (Account Administrators) to access end users' mailboxes by hiding passwords. However, autologin to <strong>Outlook Web Access</strong> is still available and can be used for unauthorized access.<br />
				</div>
				<div class="article-part">
					<h2>Resolution</h2>
					Until feature request #117998 is processed, there is no way to disable the OWA link using the POA CP. The only way is to adjust database properties in the following way:<br /><div class="commandline"><code>BEGIN;<br />UPDATE exch_protocols_services SET owa_dir='' WHERE service_id=<em>&lt;service_id&gt;</em>;<br />COMMIT;</code></div> where <em>&lt;service_id&gt; </em>is appropriate service id, it can be selected using the query below:<div class="commandline"><code>SELECT service_id, host, ip_addr FROM exch_protocols_services p <br />&nbsp;&nbsp;&nbsp; JOIN exch_nlb_clusters c USING(cluster_id) <br />&nbsp;&nbsp;&nbsp; JOIN dns_resource_records d ON(d.rr_id = c.dns_record_id);</code></div> For example:<div class="commandline"><code>plesk=&gt; SELECT service_id, host, ip_addr FROM exch_protocols_services p<br />plesk-&gt; JOIN exch_nlb_clusters c USING(cluster_id)<br />plesk-&gt; JOIN dns_resource_records d ON(d.rr_id = c.dns_record_id);<br />&nbsp;service_id |&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; host&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |&nbsp;&nbsp;&nbsp;&nbsp; ip_addr<br />------------+---------------------------------+-----------------<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 119 | exchange.example.com.&nbsp;&nbsp;&nbsp;&nbsp; | 064.131.091.165<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 132 | exchange2007.example.com. | 064.131.091.112<br />(2 rows)</code></div><br /> <br />To disable OWA autologin for exchange2007.example.com use 132 as service id:<br /><div class="commandline"><code>plesk=&gt; BEGIN;<br />BEGIN<br />plesk=&gt; UPDATE exch_protocols_services SET owa_dir='' WHERE service_id=132;<br />UPDATE 1<br />plesk=&gt; COMMIT;<br />COMMIT</code></div><br /><br />After this update is performed, OWA link from the customer's CP may get broken, returning error 404 for the following URL:<br /><div class="commandline"><code>https://exchange2007.example.com/auth/owaauth.dll</code></div><br /><br /> To resolve this issue one may setup a redirect (this should be done on all CAS servers or Front-ends participaiting in the NLB cluster):<br /><br /><strong>1.</strong> Create an empty file C:\inetpub\wwwroot\auth\owaauth.dll<br /><strong>2.</strong> Set the following options for file &quot;/auth/owaauth.dll&quot; in IIS Management Console on the Default Site:<br /><ul><li>&quot;Redirection to a URL&quot;    - selected</li><li>&quot;Redirect to:&quot;            - /owa</li><li>&quot;Exact URL entered above&quot; - checked</li></ul>
				</div>
				<div class="keywords"><strong>Keywords:</strong> owa autologin</div>
			</div>
		</div><!-- article-container -->


			<br/><br/>

			<div id="SubscriptionLink24Article" class="subscriptionLink2">
<a href="http://kb.parallels.com/subscriptions/index.html?Type=Article&ArticleID=4606&ArticleLanguage=en&Product=&Category="><img src="http://kb.parallels.com/images/mail.png" width="15" height="15" alt="Subscription for changes to this article"></a>
<a href="http://kb.parallels.com/subscriptions/index.html?Type=Article&ArticleID=4606&ArticleLanguage=en&Product=&Category=">Subscription for changes to this article</a>

<script type="text/javascript">

$(document).ready(function() {
	$('#SubscriptionLink24Article a').each(function(){
		$(this).click(function(event) {
			event.preventDefault();
			MainPageContentHide();
			$('#subscription').html('');
			$.get('/Stuff/Subscription', {
													'Type' : 'Article',
													'ArticleID' : '4606',
													'ArticleLanguage' : 'en',
													'Product' : '',
													'Category' : ''
												}, function(data) {
																	$('#subscription').html(data);
																	$('#subscription').show();
																	SUBbuildsubmenus_product();
																});
		});
	});
});

</script>

</div>





	</div><!-- kb -->

</div><!-- article -->


]]></description>
<author>Vitaly Filatov</author>
<guid isPermaLink="false">4244 LastUpdated: 2009-02-04 09:01:05</guid>
<pubDate>2008-03-26 03:30:37</pubDate>
</item>
</channel>
</rss>



