OIM ICF - update attributes that are not on the User form?
Our environment has quite a bit of legacy objects and attributes that need to be populated in LDAP. For instance, we take the "description" field and populate it to 3 different locations in different objectClasses.
The easiest way to implement this in OIM seems to be to add those fields as additional columns, then have the Process Definition ferform proxy/trigger updates to call the LDAPUpdate adapter.
I'm wondering: is there a way to populate multiple attributes at once using the same input data? I know that you specify the output Field Name, which matches up to the lookup.LDAP.UM.ProvAttrMap, but I'm more concerned about the inputs. As far as I can tell, the adapters either automatically pull data from the Process Definition that matches the name of the field, or can be set up with a mapping in the case of a multi-attribute population. But for my specific scenario (an update to the Description field updating 3 attributes on LDAP), I am not sure if there's a