Currently our active directory contains groups whose names can exceed 32 characters. These names are stored in the description field and we would like that information to be synced to their corresponding Documentum dm_group objects. To do so, we set up a mapping to map the group_display_name, which is about 255 characters in size, with the description field of the active directory object whose class is group. However, the sync job is not copying the information over.
Has anyone else ran in this issue? If not, what did you do to get the extra active directory information over?