<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Migrating SharePoint Forms Based Authentication Accounts</title>
	<atom:link href="http://blog.krichie.com/2007/02/03/migrating-sharepoint-forms-based-authentication-accounts/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.krichie.com/2007/02/03/migrating-sharepoint-forms-based-authentication-accounts/</link>
	<description>It's a household name</description>
	<lastBuildDate>Mon, 30 Aug 2010 19:01:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: SharePoint Buzz</title>
		<link>http://blog.krichie.com/2007/02/03/migrating-sharepoint-forms-based-authentication-accounts/#comment-7302</link>
		<dc:creator>SharePoint Buzz</dc:creator>
		<pubDate>Mon, 13 Apr 2009 01:44:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krichie.com/2007/02/03/migrating-sharepoint-forms-based-authentication-accounts/#comment-7302</guid>
		<description>&lt;strong&gt;Quick Links Krichie Edition...&lt;/strong&gt;

There were a few posts that I found interesting on Krichie - ......</description>
		<content:encoded><![CDATA[<p><strong>Quick Links Krichie Edition&#8230;</strong></p>
<p>There were a few posts that I found interesting on Krichie &#8211; &#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Richie</title>
		<link>http://blog.krichie.com/2007/02/03/migrating-sharepoint-forms-based-authentication-accounts/#comment-7287</link>
		<dc:creator>Keith Richie</dc:creator>
		<pubDate>Fri, 06 Mar 2009 15:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krichie.com/2007/02/03/migrating-sharepoint-forms-based-authentication-accounts/#comment-7287</guid>
		<description>I don&#039;t know of any, but if it does...Contact Microsoft support :) That&#039;s the purpose of the command.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know of any, but if it does&#8230;Contact Microsoft support <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  That&#8217;s the purpose of the command.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haki</title>
		<link>http://blog.krichie.com/2007/02/03/migrating-sharepoint-forms-based-authentication-accounts/#comment-7286</link>
		<dc:creator>haki</dc:creator>
		<pubDate>Fri, 06 Mar 2009 10:44:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krichie.com/2007/02/03/migrating-sharepoint-forms-based-authentication-accounts/#comment-7286</guid>
		<description>Keith,

I applied this command to migrate a Domain user account to FBA account, becase I switched the authentication from windows to FBA. It worked well but I am really not aware of kind of problems I may face in future. Do you know does it causes any problems related to security or any other stuff?</description>
		<content:encoded><![CDATA[<p>Keith,</p>
<p>I applied this command to migrate a Domain user account to FBA account, becase I switched the authentication from windows to FBA. It worked well but I am really not aware of kind of problems I may face in future. Do you know does it causes any problems related to security or any other stuff?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Richie</title>
		<link>http://blog.krichie.com/2007/02/03/migrating-sharepoint-forms-based-authentication-accounts/#comment-7066</link>
		<dc:creator>Keith Richie</dc:creator>
		<pubDate>Wed, 18 Jun 2008 14:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krichie.com/2007/02/03/migrating-sharepoint-forms-based-authentication-accounts/#comment-7066</guid>
		<description>Ravie, directly editing the tables is NOT supported by Microsoft, and I recommend highly against doing it as you could introduce instability in content databases.
MigrateUser (As I noted above) only updates the SID/Login Name of the account to the target account.   The other data, has to be done seperately for &quot;Each&quot; site collection the user is in.

You can go to the &quot;All Users&quot; page for the site collection and manually update it on the users information page, or custom code your own solution using the SharePoint object model.

For V2, I had a Account Synch feature in SPUserUtil for this, but do not have one freely available for V3.   I&#039;m working on an account synch feature in DeliverPoint, but have no details on when that may be available.</description>
		<content:encoded><![CDATA[<p>Ravie, directly editing the tables is NOT supported by Microsoft, and I recommend highly against doing it as you could introduce instability in content databases.<br />
MigrateUser (As I noted above) only updates the SID/Login Name of the account to the target account.   The other data, has to be done seperately for &#8220;Each&#8221; site collection the user is in.</p>
<p>You can go to the &#8220;All Users&#8221; page for the site collection and manually update it on the users information page, or custom code your own solution using the SharePoint object model.</p>
<p>For V2, I had a Account Synch feature in SPUserUtil for this, but do not have one freely available for V3.   I&#8217;m working on an account synch feature in DeliverPoint, but have no details on when that may be available.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ravie</title>
		<link>http://blog.krichie.com/2007/02/03/migrating-sharepoint-forms-based-authentication-accounts/#comment-7065</link>
		<dc:creator>Ravie</dc:creator>
		<pubDate>Wed, 18 Jun 2008 11:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krichie.com/2007/02/03/migrating-sharepoint-forms-based-authentication-accounts/#comment-7065</guid>
		<description>Hello,
I tried to ...-migrateuser... The domain login name was updated, but not the username and e-mail. Strange is that I even updated it directly in the database (UserInfo table), but there still remain the original values! We are using MOSS.
The question is, HOW can I update the user information otherwise?
Thanks!
Ravie.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
I tried to &#8230;-migrateuser&#8230; The domain login name was updated, but not the username and e-mail. Strange is that I even updated it directly in the database (UserInfo table), but there still remain the original values! We are using MOSS.<br />
The question is, HOW can I update the user information otherwise?<br />
Thanks!<br />
Ravie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Richie</title>
		<link>http://blog.krichie.com/2007/02/03/migrating-sharepoint-forms-based-authentication-accounts/#comment-2691</link>
		<dc:creator>Keith Richie</dc:creator>
		<pubDate>Wed, 13 Jun 2007 12:42:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krichie.com/2007/02/03/migrating-sharepoint-forms-based-authentication-accounts/#comment-2691</guid>
		<description>I believe that is because the users email field is not updated, thus why you can&#039;t log in with UPN.
MigrateUser does not update the users email field.  You will additionally need to update it.</description>
		<content:encoded><![CDATA[<p>I believe that is because the users email field is not updated, thus why you can&#8217;t log in with UPN.<br />
MigrateUser does not update the users email field.  You will additionally need to update it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlad</title>
		<link>http://blog.krichie.com/2007/02/03/migrating-sharepoint-forms-based-authentication-accounts/#comment-2083</link>
		<dc:creator>Vlad</dc:creator>
		<pubDate>Tue, 05 Jun 2007 01:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.krichie.com/2007/02/03/migrating-sharepoint-forms-based-authentication-accounts/#comment-2083</guid>
		<description>Hi Keith - I&#039;ve found that after running stsadm -o migrateuser in order to update user login info, users are no longer able to log in using their UPN credentials.  the only login that works is DOMAIN\SamAccountName.

Ever seen anything like that?  I&#039;ve been pulling my hair out trying to find a workaround.
-Vlad</description>
		<content:encoded><![CDATA[<p>Hi Keith &#8211; I&#8217;ve found that after running stsadm -o migrateuser in order to update user login info, users are no longer able to log in using their UPN credentials.  the only login that works is DOMAIN\SamAccountName.</p>
<p>Ever seen anything like that?  I&#8217;ve been pulling my hair out trying to find a workaround.<br />
-Vlad</p>
]]></content:encoded>
	</item>
</channel>
</rss>
