<?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>Christian Hemker &#187; Authenti- cation</title>
	<atom:link href="http://blog.hemker.de/tag/authentication/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.hemker.de</link>
	<description>Microsoft / Windows / SharePoint / Exchange / Security</description>
	<lastBuildDate>Fri, 20 Jan 2012 06:05:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>SQL Database Mirroring, check certificates</title>
		<link>http://blog.hemker.de/2009/05/25/sql-database-mirroring-check-certificates/</link>
		<comments>http://blog.hemker.de/2009/05/25/sql-database-mirroring-check-certificates/#comments</comments>
		<pubDate>Mon, 25 May 2009 12:31:53 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Authenti- cation]]></category>
		<category><![CDATA[Availablity]]></category>

		<guid isPermaLink="false">http://blog.hemker.de/2009/05/25/sql-database-mirroring-check-certificates/</guid>
		<description><![CDATA[I wanted to check the expiration date of certificates used for SQL database mirroring. Here is how you do it. Just open SQL Management studio and make a new query on the master DB: select * from sys.certificates In the results you can check the expiration date and time in the column expiry_date. &#160; Remember [...]]]></description>
		<wfw:commentRss>http://blog.hemker.de/2009/05/25/sql-database-mirroring-check-certificates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kerberos and SharePoint again</title>
		<link>http://blog.hemker.de/2008/07/22/kerberos-and-sharepoint-again/</link>
		<comments>http://blog.hemker.de/2008/07/22/kerberos-and-sharepoint-again/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 14:42:23 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Authenti- cation]]></category>
		<category><![CDATA[Kerberos]]></category>

		<guid isPermaLink="false">http://blog.hemker.de/kerberos-and-sharepoint-again/</guid>
		<description><![CDATA[Microsoft has released a very important update for SharePoint, the Infrastructure Update: http://blogs.msdn.com/sharepoint/archive/2008/07/15/announcing-availability-of-infrastructure-updates.aspx The update should be installed ASAP. This document describes changes for Kerberos: http://technet.microsoft.com/en-us/library/cc263449(TechNet.10).aspx]]></description>
		<wfw:commentRss>http://blog.hemker.de/2008/07/22/kerberos-and-sharepoint-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Duplicate SPNs and Windows Server 2008</title>
		<link>http://blog.hemker.de/2008/07/17/duplicate-spns-and-windows-server-2008/</link>
		<comments>http://blog.hemker.de/2008/07/17/duplicate-spns-and-windows-server-2008/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 16:15:39 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Authenti- cation]]></category>
		<category><![CDATA[Kerberos]]></category>
		<category><![CDATA[Windows Server 2008]]></category>

		<guid isPermaLink="false">http://blog.hemker.de/duplicate-spns-and-windows-server-2008/</guid>
		<description><![CDATA[Recently I got a comment how to locate duplicate SPNs when using Windows Server 2008. Luckily, this is very easy, because the SETSPN command from Windows Server 2008 has this functionality builtin: http://technet2.microsoft.com/windowsserver2008/en/library/39b7428a-2b45-4640-9bd7-46833007d38d1033.mspx?mfr=true Remove the duplicate service prinicipal name Each service principal name (SPN) must be unique. Without unique principal names, the Kerberos client is [...]]]></description>
		<wfw:commentRss>http://blog.hemker.de/2008/07/17/duplicate-spns-and-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Want to test and troubleshoot Kerberos authentication to your MOSS site?</title>
		<link>http://blog.hemker.de/2008/05/16/want-to-test-and-troubleshoot-kerberos-authentication-to-your-moss-site/</link>
		<comments>http://blog.hemker.de/2008/05/16/want-to-test-and-troubleshoot-kerberos-authentication-to-your-moss-site/#comments</comments>
		<pubDate>Fri, 16 May 2008 08:36:38 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Authenti- cation]]></category>
		<category><![CDATA[Kerberos]]></category>

		<guid isPermaLink="false">http://hemker.mcseboard.de/want-to-test-and-troubleshoot-kerberos-authentication-to-your-moss-site/</guid>
		<description><![CDATA[Okay, we have configured our MOSS site so that the users are able to authenticate with Kerberos. But how do we know for sure that Kerberos was used and the authentication has not fallen back to NTLM? Here is what we can do with the right tools. At first, we should install a tool which [...]]]></description>
		<wfw:commentRss>http://blog.hemker.de/2008/05/16/want-to-test-and-troubleshoot-kerberos-authentication-to-your-moss-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Want to authenticate with Kerberos? (on your MOSS site)</title>
		<link>http://blog.hemker.de/2008/05/14/want-to-authenticate-with-kerberos-on-your-moss-site/</link>
		<comments>http://blog.hemker.de/2008/05/14/want-to-authenticate-with-kerberos-on-your-moss-site/#comments</comments>
		<pubDate>Wed, 14 May 2008 19:55:18 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Authenti- cation]]></category>
		<category><![CDATA[Kerberos]]></category>

		<guid isPermaLink="false">http://hemker.mcseboard.de/want-to-authenticate-with-kerberos-on-your-moss-site/</guid>
		<description><![CDATA[When you create a new web application on your MOSS 2007 server, you have to make a tough choice: NTLM or Kerberos. The differences for the user are not visible, but we have to make a few settings to make Kerberos work. The easy settings are done with the Central Admin of MOSS: Just enable [...]]]></description>
		<wfw:commentRss>http://blog.hemker.de/2008/05/14/want-to-authenticate-with-kerberos-on-your-moss-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Absicherung von WebDAV mit SecurID</title>
		<link>http://blog.hemker.de/2006/05/15/absicherung-von-webdav-mit-securid/</link>
		<comments>http://blog.hemker.de/2006/05/15/absicherung-von-webdav-mit-securid/#comments</comments>
		<pubDate>Mon, 15 May 2006 10:50:30 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Authenti- cation]]></category>
		<category><![CDATA[WebDAV]]></category>

		<guid isPermaLink="false">http://hemker.mcseboard.de/absicherung-von-webdav-mit-securid-p7/</guid>
		<description><![CDATA[Sobald man sein Netzwerk um Mobilit&#228;t &#8220;erweitert&#8221; hat und so Pushmail mit Exchange 2003 SP2, RPC over HTTP(S) f&#252;r Outlook und Outlook Web Access einsetzt, hat man sowieso mindestens einen IIS Server im Netzwerk und den Port 443 (HTTPS) von au&#223;en verf&#252;gbar gemacht. Was liegt da n&#228;her als auch seine Dateien mobil verf&#252;gbar zu machen? [...]]]></description>
		<wfw:commentRss>http://blog.hemker.de/2006/05/15/absicherung-von-webdav-mit-securid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogcast: Remoteauthentifizierung mit SecurID</title>
		<link>http://blog.hemker.de/2006/05/13/blogcast-remoteauthentifizierung-mit-securid/</link>
		<comments>http://blog.hemker.de/2006/05/13/blogcast-remoteauthentifizierung-mit-securid/#comments</comments>
		<pubDate>Sat, 13 May 2006 12:47:13 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Authenti- cation]]></category>
		<category><![CDATA[RSA]]></category>

		<guid isPermaLink="false">http://hemker.mcseboard.de/blogcast-remoteauthentifizierung-mit-securid-p8/</guid>
		<description><![CDATA[Ich habe es endlich geschafft den vorerst letzten Blogcast zum Thema RSA SecurID aufzunehmen. In diesem wird die Remoteauthentifizierung mit einem Passcode und vor allem die technische Einrichtung gezeigt. Dieser Blogcast ist wieder in Windows Media Video und Flash verf&#252;gbar: Windows Media Video Flash Video 1024&#215;768 (empfohlen) Flash Video 900&#215;675 (kleiner dargestellt, schlechtere Qualit&#228;t) Viel [...]]]></description>
		<wfw:commentRss>http://blog.hemker.de/2006/05/13/blogcast-remoteauthentifizierung-mit-securid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.hemker.de/blogcast/wmv/Remoteauthentifizierung_mit_SecurID.wmv" length="32706658" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>RSA SecurID nicht in Windows Vista integriert</title>
		<link>http://blog.hemker.de/2006/05/05/rsa-securid-nicht-in-windows-vista-integriert/</link>
		<comments>http://blog.hemker.de/2006/05/05/rsa-securid-nicht-in-windows-vista-integriert/#comments</comments>
		<pubDate>Fri, 05 May 2006 02:50:06 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Windows Client]]></category>
		<category><![CDATA[Authenti- cation]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://hemker.mcseboard.de/rsa-securid-nicht-in-windows-vista-integriert-p10/</guid>
		<description><![CDATA[Gestern meldete der Heise Newsticker (http://www.heise.de/newsticker/meldung/72701) dass die Authentifizierung unter Windows Vista nicht native, also von Haus aus mit RSA Securid stattfinden kann. So sagte Art Coviello, Chief Executive von RSA Security in einem Interview: This meant that deploying a token-based system still required &#8220;some work&#8221;. (Quelle) Es bleibt also alles so wie es schon [...]]]></description>
		<wfw:commentRss>http://blog.hemker.de/2006/05/05/rsa-securid-nicht-in-windows-vista-integriert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogcast: Domänenanmeldung mit SecurID</title>
		<link>http://blog.hemker.de/2006/04/27/blogcast-domnenanmeldung-mit-securid/</link>
		<comments>http://blog.hemker.de/2006/04/27/blogcast-domnenanmeldung-mit-securid/#comments</comments>
		<pubDate>Thu, 27 Apr 2006 08:15:16 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Authenti- cation]]></category>
		<category><![CDATA[RSA]]></category>

		<guid isPermaLink="false">http://hemker.mcseboard.de/blogcast-domnenanmeldung-mit-securid-p11/</guid>
		<description><![CDATA[Ich habe gestern den Blogcast zum Thema Dom&#228;nenanmeldung mit SecurID aufgezeichnet. Dieser beschreibt die notwendigen Installations- und Konfigurationsschritte. Zus&#228;tzlich ist dort erkl&#228;rt, wie man einen Massenimport und eine Synchronisation von Benutzern aus Active Directory in die RSA Authentifizierungsdatenbank durchf&#252;hren kann. Wichtig bei der Konfiguration ist &#252;brigens, dass der Authentifizierungsmanager nicht auf dem Dom&#228;nencontroller laufen darf. [...]]]></description>
		<wfw:commentRss>http://blog.hemker.de/2006/04/27/blogcast-domnenanmeldung-mit-securid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.hemker.de/blogcast/wmv/securid2/Domaenenanmeldung_mit_SecurID.wmv" length="75949014" type="video/x-ms-wmv" />
		</item>
		<item>
		<title>Teil 2 des SecurID Blogcasts</title>
		<link>http://blog.hemker.de/2006/04/18/teil-2-des-securid-blogcasts/</link>
		<comments>http://blog.hemker.de/2006/04/18/teil-2-des-securid-blogcasts/#comments</comments>
		<pubDate>Tue, 18 Apr 2006 03:22:25 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Authenti- cation]]></category>
		<category><![CDATA[RSA]]></category>

		<guid isPermaLink="false">http://hemker.mcseboard.de/teil-2-des-securid-blogcasts-p36/</guid>
		<description><![CDATA[Gestern habe ich den zweiten Teil des Blogcasts um OWA und SecurID fertiggestellt. Ich habe diesen in Windows Media Video und Flash konvertiert, damit alle die Wahl zwischen den Formaten haben. Das Flashvideo in 900&#215;675 ist kleiner dargestellt als die Originalaufnahme, daher ist die Qualit&#228;t nicht so berauschend. Wen das zu sehr st&#246;rt sieht sich [...]]]></description>
		<wfw:commentRss>http://blog.hemker.de/2006/04/18/teil-2-des-securid-blogcasts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://hemker.de/blogcast/wmv/securid/Absicherung_von_OWA_mit_SSL_und_Securid_Teil_2.wmv" length="64830908" type="video/x-ms-wmv" />
		</item>
	</channel>
</rss>

