<?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>credentials &#8211; doncho.net</title>
	<atom:link href="https://doncho.net/tag/credentials/feed/" rel="self" type="application/rss+xml" />
	<link>https://doncho.net</link>
	<description>Късчета живот</description>
	<lastBuildDate>Mon, 19 Sep 2011 14:44:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://i0.wp.com/doncho.net/wp-content/uploads/2021/01/cropped-Doncho-Angelov.jpg?fit=32%2C32&#038;ssl=1</url>
	<title>credentials &#8211; doncho.net</title>
	<link>https://doncho.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">12604956</site>	<item>
		<title>Windows 8 DP Bug: Overwriting Credentials when in HomeGroup</title>
		<link>https://doncho.net/2011/09/windows-8-dp-bug-overwriting-credentials-when-in-homenetwork/</link>
					<comments>https://doncho.net/2011/09/windows-8-dp-bug-overwriting-credentials-when-in-homenetwork/#comments</comments>
		
		<dc:creator><![CDATA[Doncho]]></dc:creator>
		<pubDate>Mon, 19 Sep 2011 14:43:07 +0000</pubDate>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Hacking]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[credentials]]></category>
		<category><![CDATA[home group]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows developer preview]]></category>
		<guid isPermaLink="false">http://doncho.net/?p=1439</guid>

					<description><![CDATA[Well, it’s been almost a week with Windows 8 Developer Preview. I installed it on a brand new, purchased just for this purpose, Dell Inspiron Duo netbook. As expected, installation was quick and easy. Network setup came up and then I made a call, which revealed this very interesting bug in the Developer Preview version. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Well, it’s been almost a week with Windows 8 Developer Preview. I installed it on a brand new, purchased just for this purpose, Dell Inspiron Duo netbook. As expected, installation was quick and easy. Network setup came up and then I made a call, which revealed this very interesting bug in the Developer Preview version. </p>
<p>Then I decided to join my machine in my HomeGroup. My HomeGroup consists of few workstations and my Windows Home Server 2011. WHS, of course, has most of the data.</p>
<p>Immediately after joining, I wanted to see the shares on my network. Obviously, that could not be done with my current, Windows 8 credentials, since they were with my Windows Passport (WHS does not recognize Windows Passport). I had to enter an additional credentials, but I could not see how, initially. In Win7, if a login fails, I was presented with a dialog, where I could put different credentials. For some reason (maybe even by design), Windows 8 did not show me such dialog, it directly popped “Access Denied” kind of message. </p>
<p>I asked in the Windows Developer Preview forums. And I got my answer there: the Credentials Manager seemed to be the key to my success. In the Credentials Manager I’d be able to put credentials on per-server base, which credentials later on will be used to access the specified server.</p>
<p>I put my correct credentials there, and retried. Nope. Does not work. </p>
<p>Then I dug a bit more. Tried other different things (verified once again that I do have access from Win7 machine). Still nothing. Finally it enlightened me. I restarted my explorer and somehow automagically the credentials worked and I was presented with the contents of the share. At that point the Credentials Manager looked like this:</p>
<p><img data-recalc-dims="1" fetchpriority="high" decoding="async" title="Correct Credentials" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="Correct Credentials" src="https://i0.wp.com/doncho.net/wp-content/uploads/2011/09/Correct-Credentials.png?resize=504%2C135&#038;ssl=1" width="504" height="135"></p>
<p>I was glad. Then I restarted and… the problem came back. “Access Denied” kind of message, yuck!</p>
<p>I started the Credentials Manager and I was quite surprised to see this:</p>
<p><img data-recalc-dims="1" decoding="async" title="Credential after Login" style="border-top: 0px; border-right: 0px; background-image: none; border-bottom: 0px; padding-top: 0px; padding-left: 0px; border-left: 0px; display: inline; padding-right: 0px" border="0" alt="Credential after Login" src="https://i0.wp.com/doncho.net/wp-content/uploads/2011/09/Credential-after-Login.png?resize=504%2C171&#038;ssl=1" width="504" height="171"></p>
<p>As you can see, my previous credentials were replaced by the default HomeGroupUser$ system-wide share, which of course did not had access to that private share, available only for my user and not for my whole Home Group. </p>
<p>I fixed the credentials again, it worked. Then I logged out, logged in and… it again replaced the credentials.</p>
<h2><strong>So here is the bug title</strong></h2>
<p>When joined in Home Group, Windows 8 Developer Preview incorrectly replaces any custom credentials with the default, HomeGroupUser$ credentials.</p>
<h2><strong>Steps to repro</strong></h2>
<ul>
<li>Windows Home Server 2011 might be a prerequisite, can’t confirm that at the moment, but the problem was found in a setup with Windows Home Server 2011.</li>
<li>Create share on the Home Server and set special permissions to that share. Disable access to anyone, but a custom Windows Home Server user.</li>
<li>On Windows Developer Preview, login using Windows Live based login</li>
<li>Using the Credentials Manager, set custom access privileges for that server/share combination.</li>
<li>Verify that the credentials are working</li>
<li>Log off, log on with the previous credentials</li>
<li>Try to access the same share. Access fails with “Access Denied” error message.</li>
<li>Open the Credentials Manager and verify what are the access credentials for the specified server/share. The access credentials are reset.</li>
</ul>
<h2><font style="font-weight: bold">Workaround</font></h2>
<ul>
<p>If the machine is disjoined from the Home Group, the bug cannot be reproduced.</p>
<h2><font style="font-weight: bold">Conclusion</font></h2>
<p>The workaround is good for me at this point. I disjoined the machine from the Home Group and I’m cool. But if this bug confirms, it’s a must-fix. So far I’ll do the only thing I could: will report it. And then we’ll see.</p>
<p>Prior publishing this, I tried to locate the official feedback page, so I can post the link there too. It seems there’s no such page right now, but I keep searching. If you know it, I’ll appreciate telling me.</p>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://doncho.net/2011/09/windows-8-dp-bug-overwriting-credentials-when-in-homenetwork/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1439</post-id>	</item>
	</channel>
</rss>
