<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Thomas Maurer (tm) &#187; Local</title>
	<atom:link href="http://www.thomasmaurer.ch/tag/local/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thomasmaurer.ch</link>
	<description>Just another private cloud weblog</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:10:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How can I check the password of the IUSR and IWAM local accounts on a machine?</title>
		<link>http://www.thomasmaurer.ch/2009/11/how-can-i-check-the-password-of-the-iusr-and-iwam-local-accounts-on-a-machine/</link>
		<comments>http://www.thomasmaurer.ch/2009/11/how-can-i-check-the-password-of-the-iusr-and-iwam-local-accounts-on-a-machine/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 15:08:49 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[accounts]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[IUSR]]></category>
		<category><![CDATA[IWAM]]></category>
		<category><![CDATA[Local]]></category>
		<category><![CDATA[Metabase]]></category>
		<category><![CDATA[password]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=366</guid>
		<description><![CDATA[After a late night session doing some work on a new webserver, I found a really important blog post (windowsitpro.com) for IIS administrators. The blog post shows how you get the password of the IUSR and the IWAM local accounts &#8230; <a href="http://www.thomasmaurer.ch/2009/11/how-can-i-check-the-password-of-the-iusr-and-iwam-local-accounts-on-a-machine/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='small' href='http://www.thomasmaurer.ch/2009/11/how-can-i-check-the-password-of-the-iusr-and-iwam-local-accounts-on-a-machine/'></g:plusone></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.thomasmaurer.ch/2009/11/how-can-i-check-the-password-of-the-iusr-and-iwam-local-accounts-on-a-machine/" data-count="horizontal" data-text="How can I check the password of the IUSR and IWAM local accounts on a machine?" data-via="thomasmaurer" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='dd_button'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.thomasmaurer.ch%2F2009%2F11%2Fhow-can-i-check-the-password-of-the-iusr-and-iwam-local-accounts-on-a-machine%2F&amp;locale=en_US&amp;layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:92px; height:20px;' allowTransparency='true'></iframe></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>After a late night session doing some work on a new webserver, I found a really important blog post (<a href="How can I check the password of the IUSR and IWAM local accounts on a machine?" target="_blank">windowsitpro.com</a>) for IIS administrators. The blog post shows how you get the password of the IUSR and the IWAM local accounts form the metabase.</p>
<p>Normally the IUSR and IWAM password are set automatically and unknown. But if you import the metabase on another you have to change the passwords of these two users (IUSR_&lt;local machine name&gt; and IWAM_&lt;local machine name&gt;).</p>
<blockquote>
<ul>
<li>First you have to update the adsutil.vbs script (localdiskdrive:\Inetpub\AdminScripts). You have to replace all the &#8220;&#8221;IsSecureProperty = True&#8221; with &#8220;&#8221;IsSecureProperty = False&#8221; otherwise the command would not show the real password.</li>
<li>Now you can run the following commands to get the password of these users</li>
</ul>
<p><strong>Get the IUSR password:</strong></p>
<p><strong></strong><code>C:\Inetpub\AdminScripts&gt;cscript adsutil.vbs get w3svc/anonymoususerpass</code></p>
<p><strong>return:</strong></p>
<p><strong></strong><code>anonymoususerpass : (STRING) "password"</code></p>
<p><strong>Get the IWAM password:</strong></p>
<p><strong></strong><code>C:\Inetpub\AdminScripts&gt;cscript adsutil.vbs get w3svc/wamuserpass</code></p>
<p><strong>return:</strong></p>
<p><strong></strong><code>wamuserpass : (STRING) "password"</code></p></blockquote>
<blockquote>
<ul>
<li>you also can set the passwords for those accounts in the metabase</li>
</ul>
<p><strong>Set the IUSR password:</strong></p>
<p><strong></strong><code>C:\Inetpub\AdminScripts&gt;cscript adsutil.vbs set w3svc/anonymoususerpass "password"</code></p>
<p><strong>Set the IWAM password:</strong></p>
<p><strong></strong><code>C:\Inetpub\AdminScripts&gt;cscript adsutil.vbs set w3svc/wamuserpass "password"</code></p></blockquote>
<blockquote style="text-align: left;">
<ul>
<li style="text-align: left;">after you change the passwords, you should sync the password from IIS with Microsoft Transaction Server (MTS) and component services with the following command</li>
</ul>
<p><strong>sync MTS:</strong></p>
<p><strong></strong><code>C:\Inetpub\AdminScripts&gt;cscript.exe synciwam.vbs -v</code></p></blockquote>
<p>Thanks to <a href="http://windowsitpro.com/authors/authorid/198/198.html" target="_blank">John Savill</a></p>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.4, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><div class="shr-publisher-366"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2009/11/how-can-i-check-the-password-of-the-iusr-and-iwam-local-accounts-on-a-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem with NTLM Authentication with IE8 on Windows Server 2008</title>
		<link>http://www.thomasmaurer.ch/2009/07/problem-with-ntlm-authentication-with-ie8-on-windows-server-2008/</link>
		<comments>http://www.thomasmaurer.ch/2009/07/problem-with-ntlm-authentication-with-ie8-on-windows-server-2008/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 18:50:56 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Authentications]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Local]]></category>
		<category><![CDATA[NTLM]]></category>
		<category><![CDATA[windows server 2008]]></category>
		<category><![CDATA[WSS]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=323</guid>
		<description><![CDATA[After I installed a Sharepoint (WSS 3.0) test environment and created a new Site Collection, I tried to logon on to a new Site Collection. But the login didnt work. After I spend some hours checking the whole configuration of &#8230; <a href="http://www.thomasmaurer.ch/2009/07/problem-with-ntlm-authentication-with-ie8-on-windows-server-2008/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='small' href='http://www.thomasmaurer.ch/2009/07/problem-with-ntlm-authentication-with-ie8-on-windows-server-2008/'></g:plusone></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.thomasmaurer.ch/2009/07/problem-with-ntlm-authentication-with-ie8-on-windows-server-2008/" data-count="horizontal" data-text="Problem with NTLM Authentication with IE8 on Windows Server 2008" data-via="thomasmaurer" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='dd_button'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.thomasmaurer.ch%2F2009%2F07%2Fproblem-with-ntlm-authentication-with-ie8-on-windows-server-2008%2F&amp;locale=en_US&amp;layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:92px; height:20px;' allowTransparency='true'></iframe></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>After I installed a <a href="http://office.microsoft.com/de-ch/sharepointtechnology/">Sharepoint (WSS 3.0)</a> test environment and created a new Site Collection, I tried to logon on to a new Site Collection. But the login didnt work. After I spend some hours checking the whole configuration of IIS7 and AD on a Windows Server 2008 I finally found the problem and the solution here:</p>
<blockquote><p><a href="http://ppalakollu.blogspot.com/2009/04/ie-8-ntlm-authentication-on-windows.html">http://ppalakollu.blogspot.com/2009/04/ie-8-ntlm-authentication-on-windows.html</a></p>
<p>If you are using host headers to resolve the websites, then you might have seen the following issue with NTLM authenticated sites on IE 8. When you access the websites on a machine other than the one where it is hosted, you will be able to get to the sites.<br />
Once you RDP onto the server and try to connect to the website, it will prompt for your windows credentials and will get an access denied message. This problem occurs because Windows includes a loopback check security feature that helps prevent reflection attacks on your computer(Probably some kind of security change has been made in IE8 related to this feature). Therefore, authentication fails if the FQDN or the custom host header that you use does not match the local computer name.</p>
<p><strong>Resolution:</strong> Disable the loopback check</p>
<ul>
<li>Click Start, click Run, type regedit, and then click OK.</li>
<li>In Registry Editor, locate and then click the following registry key:<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa</li>
<li>Right-click Lsa, point to New, and then click DWORD Value.</li>
<li>Type DisableLoopbackCheck, and then press ENTER.</li>
<li>Right-click DisableLoopbackCheck, and then click Modify.</li>
<li>In the Value data box, type 1, and then click OK.</li>
</ul>
<li>Quit Registry Editor, and then restart your computer.</li>
</blockquote>
<div>I did not try the registry modification, I just installed Mozilla Firefox and it worked without any problems.I really hate to install software like these on a server, but I also hate to do registry &#8220;hacks&#8221; as well.</div>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.4, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><div class="shr-publisher-323"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2009/07/problem-with-ntlm-authentication-with-ie8-on-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

