I see there are articles around FBA cliams token issue - user name being displayed part of SharePoint 2010 site login includes claims token.
But it is not clear to anyone how this gets updated. I have tried available solutions on Internet, but that seem to be not working as expected.
http//social.technet.microsoft.com/Forums/en-US/sharepointadminprevious/thread/da78945b-75e9-4450-98f8-d85616609288/
I have very wierd issue, let me describe. I have a root site collection & 3 other site collections on same web application.
Out of 4 site collections, I see two sites showing display name correctly withouts clains token ( i:0#.f|membersad|username),
but other two sites show i:0#.f|membersad|username. When I check UserInfo table, I see bunch of entries.
tp_login tp_Title
------------------------ -------------
i:0#.w|corp\username lastname, firstname
i:0#.f|membersad|rmaloth i:0#.f|membersad|FLastname
i:0#.f|membersad|username FLastname
i:0#.w|corp\username Lastname, firstname
i:0#.f|membersad|username i:0#.f|membersad|FLastname
i:0#.f|membersad|username FLastname
I have also have the User Profile service configured, when I check the ProfileDB data looks good.
So questions is why there is no fix for it and what is the root cause?
I had a chance to run following PowerShell scripts without much luck.
When I run Set-SPUser command, I see UserInfo table and Profile database updated,
but after few days later I see results rollback to claims token.
Set-SPUser “i:0#.f|membersad|FLastname” -Web https//domainname -DisplayName "First Last"
Get-SPUser –Web http//domainname | Set-SPUser –SyncFromAD
So tp_title is the field I believe gets updated, but how?