Hi,
Updated LM 8.3 to LFDS 10, but some users which were not set for "Exempt from synchronization rules" , had their usernames changed to random strings (SID's basically in AD). With format like 'S-1-5-21-xxxxxxx' and so on.
One fix i found was to update the table directory_objects with this query, but there are few dozen users and would like to know why this happened and if there is an easier way to fix it without having to update each individual users manually.
update [Licensing].[dbo].[directory_objects] set name='Domain\Sumeet' where id='120'
Thanks