Custom LDAP Attribute Transformation during Provisioning
What is the preferred method for transforming data during provisioning? According the the LDAP connector docs transformation providers are supported during recon but not provisioning.
My use case is I have multiple Role/Access Policies that provision to ODSEE LDAP and based on the Role Name I need to provisioning different values for an attribute.
Example:
UNIX_ROLE1: homeDirectory=/home/{User Login}
UNIX_ROLE2: homeDirectory=/app1/{User Login}
UNIX_ROLE3: homeDirectory=/home/app3
I have debated creating a dependent Process Task for my "Home Directory Updated" task that will transform the fields but not certain if that is the best approach.