LDAP Import Mapping to Sys_IDIssue LDAP Import randomly assigning users information to the wrong people in the sys_users table.CauseServiceNow generates the sys_ids. When imports maps to that field it update the system SysID created by system. The data change the value of that record. ResolutionCheck the transform map to see which data source field is being mapped to sys_ID Open import set table to list view filter the list where target record, and a unique field that shows the difference between the import data and target record. 2. Open user records on the sys_user a.check sys_id of the user versus the imported data sys_id To fix this issue open the "sys_transform_entry" and delete that custom field that is being mapped to the sys_ID.