ADSAccount to Person fields

Sirs

When I do a import from AD to IDM via sync connector, i select search and create, the AD account information can be created under ADSAccount table and it also create the corresponding record in Person table. But how can i let the AD account attributes value imported to Person record field such as employeeid? From where at IDM i can control which attributes from ADSaccount can be updated to Person record.

Thanks

Gary

Parents
  • Hi Gary,

    At least in 9x, you might want to have a look at the script ADS_PersonAuto_Mapping_ADSAccount , which controls this search, create or update behaviour. Lines 323 and further down have a list of updated attributes from AD to Person. You may customize the script to suit your needs.

    First check your mappings at the AD sync project to make sure your AD object gets all the attributes you need from your active directory.

    HtH

Reply
  • Hi Gary,

    At least in 9x, you might want to have a look at the script ADS_PersonAuto_Mapping_ADSAccount , which controls this search, create or update behaviour. Lines 323 and further down have a list of updated attributes from AD to Person. You may customize the script to suit your needs.

    First check your mappings at the AD sync project to make sure your AD object gets all the attributes you need from your active directory.

    HtH

Children
No Data