We are migrating users from one domain to another within our AD Forest.
Such as:
stsadm -o migrateuser -oldlogin olddomain\user -newlogin newdomain\user -ignoresidhistory
Works great, the user profiles get migrated and all SharePoint permissions are good to go.
Then a User profile sync runs, which only syncs with the olddomain.
Incremental sync - No issues, the user still has his newdomain account.
Full sync - User experiences time travel. His newdomain account disappears and his olddomain account is back again. He is essentially un-migrated.
Any ideas?