Mapping Custom properties of person table to Active directory virtual attributes

Hi Experts,

I would like to save custom column values of person table to virtual attributes of active directory, how can i achieve this?

Parents
  • Alternative solution 

    In Sync Editor -> Mappings on the 1IM database side create:
    Property type: Object reference
    Name: vrtFavoriteColor
    Route UID_Person.CCC_FavoriteColor
    works similar as the objectwalker in OneIM

    Pros:
    - No extend on ADSAccount table
    - Less work

    Cons:
    - More queries/slight performance impact
    - Property not visible in Manager on ADSAccount only in Sync Project

Reply
  • Alternative solution 

    In Sync Editor -> Mappings on the 1IM database side create:
    Property type: Object reference
    Name: vrtFavoriteColor
    Route UID_Person.CCC_FavoriteColor
    works similar as the objectwalker in OneIM

    Pros:
    - No extend on ADSAccount table
    - Less work

    Cons:
    - More queries/slight performance impact
    - Property not visible in Manager on ADSAccount only in Sync Project

Children