Quantcast
Channel: Software Communities : Discussion List - Dell One Identity Manager
Viewing all articles
Browse latest Browse all 379

Wrong attribute mapping in VI_PersonAuto_ADS?

$
0
0

Dear all,

 

in the standard vi-script VI_PersonAuto_ADS the AD attribute "Inittials" is copied to person attribute "Middlename" (in case of "Search and Create" configuration):

 

VID_PutValueSafe(Person, "MiddleName", Acc.GetValue("Initials").String)

 

Is this a well-definded feature or is this a bug? I would expect that the initials attribute is going to be copied to corresponding person initials attribute:

 

VID_PutValueSafe(Person, "Initials", Acc.GetValue("Initials").String)

 

Regards,

Thomas


Viewing all articles
Browse latest Browse all 379

Trending Articles