<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title> &#187; How To&#8230;</title>
	<atom:link href="http://www.prometheon.net/category/fun-stuff/how-to/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.prometheon.net</link>
	<description>What can open source software do for you?</description>
	<lastBuildDate>Wed, 15 Jul 2009 02:56:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.4" -->
		<copyright>Copyright &#xA9; 2010  </copyright>
		<managingEditor>rnix@prometheon.net ()</managingEditor>
		<webMaster>rnix@prometheon.net ()</webMaster>
		<category>posts</category>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>What can open source software do for you?</itunes:summary>
		<itunes:author></itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name></itunes:name>
			<itunes:email>rnix@prometheon.net</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://www.prometheon.net/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<image>
			<url>http://www.prometheon.net/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
			<title></title>
			<link>http://www.prometheon.net</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>How to migrate OS X Tiger or OS X Leopard from one Active Directory domain to another</title>
		<link>http://www.prometheon.net/2008/08/23/how-to-migrate-os-x-tiger-or-os-x-leopard-from-one-active-directory-domain-to-another/</link>
		<comments>http://www.prometheon.net/2008/08/23/how-to-migrate-os-x-tiger-or-os-x-leopard-from-one-active-directory-domain-to-another/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 19:52:12 +0000</pubDate>
		<dc:creator>rnix</dc:creator>
				<category><![CDATA[How To...]]></category>
		<category><![CDATA[Active Directory Migration with OS X]]></category>
		<category><![CDATA[Leopard Bind to Active Directory]]></category>
		<category><![CDATA[OS X Microsoft Integration]]></category>
		<category><![CDATA[Shell Script Bind]]></category>
		<category><![CDATA[Tiger Bind to Active Directory]]></category>

		<guid isPermaLink="false">http://www.prometheon.net/?p=95</guid>
		<description><![CDATA[<br/>It&#8217;s rare that you would ever want to migrate a Macintosh from one Active Directory domain to another forrest or sub-domain.  In most cases, one forrest or domain should be sufficient for any and all user management needs.  The only time I can think you might ever want to do there is some pressing security [...]]]></description>
			<content:encoded><![CDATA[<br/><p>It&#8217;s rare that you would ever want to migrate a Macintosh from one Active Directory domain to another forrest or sub-domain.  In most cases, one forrest or domain should be sufficient for any and all user management needs.  The only time I can think you might ever want to do there is some pressing security need or maybe if your company has acquired another company or division and it needs a new domain.</p>
<p>Apple Enterprise Support wasn&#8217;t much help on this and the normal tools you would use, such as Microsoft&#8217;s Active Directory Migration tool are of no help with the Macintosh computers and portable home directories on the machine.  The Enterprise engineer I spoke had never heard of anyone doing this and to his knowledge, no at Apple Enterprise Suppot had ever done anything more than an AD-to-OD or OD-to-AD migration.</p>
<p>Here is what I cobbled together to make this work:</p>
<p>AD Migration Process</p>
<p>1.  Have the client log out<br />
2.  If the machine is 10.4 (Tiger), reboot and run applejack first to ensure a clean filesystem.<br />
3.  Run the Microsoft <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=6f86937b-533a-466d-a8e8-aff85ad3d212&amp;displaylang=en#Overview" target="_blank">AD Migration Tool</a> using your Domain Admin account and set the user&#8217;s password.<br />
4.  Run the script attached to this article to first unbind from old the domain and rebind to the new domain<br />
Run the following through ARD or the Terminal as root<br />
3a.  dscl . list /users ##List the users in order to find the short name<br />
3b.  dscl . -delete /users/migrateduser  ##Deletes the local cached account without deleting the local home directory.  Note:  The lowercase users is not a typo.<br />
3c.  killall loginwindow  ##Refreshes the login Window<br />
3d.  chown -R migrateduser:NEWDOMAIN\users /Users/migrateduser  ##Recursively change the permissions on the local home directory to the user and the new domain group &#8220;users&#8221;<br />
5. Login using &#8220;Other&#8221; as migrateduser and click &#8220;Create Mobile Account&#8221;<br />
6. Verify the Desktop and Dock are as the client had previous to the migration</p>
<p><a href="http://www.prometheon.net/wp-content/uploads/2008/08/adleopardbindnewdomain.sh">Leopard Shell Script to Bind to New Domain</a></p>
<p><a href="http://www.prometheon.net/wp-content/uploads/2008/08/adtigerbindtonewdomain.sh">Tiger Shell Script to Bind to New Domain</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.prometheon.net/2008/08/23/how-to-migrate-os-x-tiger-or-os-x-leopard-from-one-active-directory-domain-to-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
