<?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>MCB Systems &#187; aes</title>
	<atom:link href="http://www.mcbsys.com/techblog/tag/aes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mcbsys.com/techblog</link>
	<description>Custom Software and I.T. Services</description>
	<lastBuildDate>Sat, 04 Feb 2012 17:53:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows 7 Causes 675 0&#215;19 Security Errors in Windows 2003 Domain</title>
		<link>http://www.mcbsys.com/techblog/2009/12/windows-7-causes-675-0x19-security-errors-in-windows-2003-domain/</link>
		<comments>http://www.mcbsys.com/techblog/2009/12/windows-7-causes-675-0x19-security-errors-in-windows-2003-domain/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 17:53:53 +0000</pubDate>
		<dc:creator>Mark Berry</dc:creator>
				<category><![CDATA[IT Administration]]></category>
		<category><![CDATA[aes]]></category>
		<category><![CDATA[kerberos]]></category>
		<category><![CDATA[pre-authentication]]></category>
		<category><![CDATA[rc4-hmac]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">/mark/post/Windows-7-Causes-675-0x19-Security-Errors-in-Windows-2003-Domain.aspx</guid>
		<description><![CDATA[I had this issue with Vista and now it has returned with Windows 7. I got some good advice in the Microsoft Partner Newsgroup and wanted to pass it along.
After adding a Windows 7 machine to a Windows Server 2003 R2 domain, I started getting lots of 675 errors in the server&#8217;s Security Event Log.

The [...]]]></description>
			<content:encoded><![CDATA[<p>I had this issue with Vista and now it has returned with Windows 7. I got some good advice in the Microsoft Partner Newsgroup and wanted to pass it along.</p>
<p>After adding a Windows 7 machine to a Windows Server 2003 R2 domain, I started getting lots of 675 errors in the server&#8217;s Security Event Log.</p>
<p><span id="more-20"></span></p>
<p>The errors occur on both the computer account, when the machine starts:</p>
<p style="padding-left: 30px;">Event Type:&nbsp;&nbsp;&nbsp; Failure Audit<br />
Event Source:&nbsp;&nbsp;&nbsp; Security<br />
Event Category:&nbsp;&nbsp;&nbsp; Account Logon<br />
Event ID:&nbsp;&nbsp;&nbsp; 675<br />
User:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NT AUTHORITY\SYSTEM<br />
Description:<br />
Pre-authentication failed:<br />
&nbsp;&nbsp;&nbsp;&nbsp; User Name:&nbsp;&nbsp;&nbsp; DESKTOP01$<br />
&nbsp;&nbsp;&nbsp;&nbsp; User ID:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DOMAIN01\DESKTOP01$<br />
&nbsp;&nbsp;&nbsp;&nbsp; Service Name:&nbsp;&nbsp;&nbsp; krbtgt/domain01.local<br />
&nbsp;&nbsp;&nbsp;&nbsp; Pre-Authentication Type:&nbsp;&nbsp;&nbsp; 0&#215;0<br />
&nbsp;&nbsp;&nbsp;&nbsp; Failure Code:&nbsp;&nbsp;&nbsp; 0&#215;19<br />
&nbsp;&nbsp;&nbsp;&nbsp; Client Address:&nbsp;&nbsp;&nbsp; 192.168.1.4</p>
<p>and on the user account, when a user logs on:</p>
<p style="padding-left: 30px;">Pre-authentication failed:<br />
&nbsp;&nbsp;&nbsp;&nbsp; User Name:&nbsp;&nbsp;&nbsp; User01<br />
&nbsp;&nbsp;&nbsp;&nbsp; User ID:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DOMAIN01\User01<br />
&nbsp;&nbsp;&nbsp;&nbsp; Service Name:&nbsp;&nbsp;&nbsp; krbtgt/DOMAIN01<br />
&nbsp;&nbsp;&nbsp;&nbsp; Pre-Authentication Type:&nbsp;&nbsp;&nbsp; 0&#215;0<br />
&nbsp;&nbsp;&nbsp;&nbsp; Failure Code:&nbsp;&nbsp;&nbsp; 0&#215;19<br />
&nbsp;&nbsp;&nbsp;&nbsp; Client Address:&nbsp;&nbsp;&nbsp; 192.168.1.4</p>
<h1>New Encryption in Vista and Windows 7</h1>
<p>Microsoft&#8217;s Sherry Jia provided the following information:</p>
<blockquote><p>Actually, the event id is caused by the AES (Advanced Encryption Standard), a Kerberos enhancement introduced in Windows Vista and Windows server 2008 which is not understood by Windows 2003 Domain Controllers (DC). The Windows server 2003 use the 3DES as encryption standard.</p>
<p>The clients will not experience any authentication failure since the Vista client will fall back to 3DES encryption standard for authentication.</p></blockquote>
<p>In a subsequent post, Sherry corrected this info to clarify that by default, Windows Server 2003 uses RC4-HMAC encryption, not 3DES, by default:</p>
<blockquote><p>Windows system mainly supports following encryption types:</p>
<p>DES-CBC-CRC 0&#215;1<br />
DES-CBC-MD5 0&#215;3<br />
RC4-HMAC 0&#215;17<br />
AES (0&#215;12) is supported in windows 2008</p>
<p>The default pre-authentication encryption type for win2000, win2003, winxp, vista is RC4-HMAC. Please refer to the below article.</p>
<p>Kerberos Authentication Tools and Settings<br />
<a href="http://technet.microsoft.com/en-us/library/cc738673(WS.10).aspx">http://technet.microsoft.com/en-us/library/cc738673(WS.10).aspx</a></p></blockquote>
<p>(For the full story on RC4-HMAC, see <a href="http://tools.ietf.org/html/rfc4757" target="_blank">The RC4-HMAC Kerberos Encryption Types Used by Microsoft Windows</a>.)</p>
<h2>Change the Default Encryption in the Registry</h2>
<p>The workaround is to create a new registry value on the Window 7 machine that tells Windows 7 to use RC4-HMAC encryption for authentication from the start. This prevents the errors caused by the initial attempt using AES:</p>
<p style="padding-left: 30px;">HKLM\System\CurrentControlSet\Control\LSA\Kerberos\Parameters<br />
Value Name = DefaultEncryptionType<br />
Type = Reg_DWORD<br />
Value Data = 0&#215;17(23)</p>
<p>Once that is done, you should no longer see the 675 0&#215;19 errors on the server from the Windows 7 machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mcbsys.com/techblog/2009/12/windows-7-causes-675-0x19-security-errors-in-windows-2003-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

