<?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>Software Rockstar &#187; Active Directory</title>
	<atom:link href="http://www.softwarerockstar.com/tag/active-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.softwarerockstar.com</link>
	<description>Coaching and mentoring on a journey from a Developer to an IT Leader</description>
	<lastBuildDate>Tue, 13 Sep 2011 17:18:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Cloned Virtual Machine on Domain</title>
		<link>http://www.softwarerockstar.com/2006/08/cloned-virtual-machine-on-domain/</link>
		<comments>http://www.softwarerockstar.com/2006/08/cloned-virtual-machine-on-domain/#comments</comments>
		<pubDate>Fri, 18 Aug 2006 10:30:00 +0000</pubDate>
		<dc:creator>SoftwareRockstar</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[Virtual PC]]></category>
		<category><![CDATA[Virtual Server]]></category>

		<guid isPermaLink="false">http://mharoon.wordpress.com/2006/08/18/cloned-virtual-machine-on-domain/</guid>
		<description><![CDATA[One thing I figured while cloning a VHD is that when you start the cloned VM for the first time, make sure that you do not log on to the domain. Logon to the local machine first and run NEWSID to rename the computer and assign it a new SID. Failure to do so creates [...]]]></description>
			<content:encoded><![CDATA[<p>One thing I figured while cloning a VHD is that when you start the cloned VM for the first time, make sure that you do not log on to the domain.  Logon to the local machine first and run <a href="http://www.sysinternals.com/Utilities/NewSid.html">NEWSID</a> to rename the computer and assign it a new SID.  Failure to do so creates multiple entries in the Active Directory with the same NETBIOS name, and you may not be able to logon to the domain from the original VPC.  If that occurs, however, the remedy is to remove both machines from the domain, and then join the domain again one machine at a time (i.e. after renaming the second machine and assigning it a new SID).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwarerockstar.com/2006/08/cloned-virtual-machine-on-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Securing ASP.NET 2.0 Apps Using Membership and Role Providers</title>
		<link>http://www.softwarerockstar.com/2006/08/securing-asp-net-2-0-apps-using-membership-and-role-providers/</link>
		<comments>http://www.softwarerockstar.com/2006/08/securing-asp-net-2-0-apps-using-membership-and-role-providers/#comments</comments>
		<pubDate>Thu, 17 Aug 2006 11:55:00 +0000</pubDate>
		<dc:creator>SoftwareRockstar</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[SQL Server]]></category>

		<guid isPermaLink="false">http://mharoon.wordpress.com/2006/08/17/securing-asp-net-2-0-apps-using-membership-and-role-providers/</guid>
		<description><![CDATA[I recently designed an intranet application using ASP.NET 2.0 and really loved the membership and role providers that tremendously simplifified our implementation of security features in the application. Membership and role information can be stored in a SQL Server database or another repository such as Active Directory. For our intranet application it made sense to [...]]]></description>
			<content:encoded><![CDATA[<p>I recently designed an intranet application using ASP.NET 2.0 and really loved the membership and role providers that tremendously simplifified our implementation of security features in the application. Membership and role information can be stored in a SQL Server database or another repository such as Active Directory. For our intranet application it made sense to use Active Directory as the membership provider and SQL Server as the role provider.</p>
<p><strong>Configuring Role and Membership Providers:</strong></p>
<p>Essentially everything is configured declaritively using Web.config:</p>
<p>
In the above configuration file, note that we first specify our connection strings starting at line 2. LocalSqlServer points to a SQL Server database which has been configured using <a href="http://msdn2.microsoft.com/en-us/library/x28wfk74.aspx">aspnet_regsql</a>. The second connection string points to the domain controller for membership authentication.</p>
<p>In the authentication section we specify that we are using forms authentication, and provide the URL for our logon page.</p>
<p>In the roleManager section we configure our role provider, pointing back to LocalSqlServer as the role repository.</p>
<p>In the membership section we configure our membership provider pointing back to ADConnectionString (domain controller) specified in the connectionStrings section.</p>
<p>Finally we restrict users from accessing certain folders based on their roles using location sections (role-based security).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwarerockstar.com/2006/08/securing-asp-net-2-0-apps-using-membership-and-role-providers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 14.533 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2011-11-29 19:27:42 -->

