I have an MA which get user accounts from LDAP into FIM. For this I use the "Generic LDAP (Microsoft)"-driver and importing works fine. I now want to write / export to LDAP as well. The account I use has r/w access to LDAP.
What I have done is set create a set "NewLDAP".
Created an OSR with following scope
MV: person
External: inetOrgPerson
Relationship
MW: UIDNumber
External: uidNumber
Create reosurce in external system: true
And flowing various attributes from MV to LDAP including an initial flow from GidNumber -> gidNumber
Created a workflow which adds the target resource to the above sync rule.
Lastly, an MPR using transition into set and the above action workflow.
Enable Sync Rule provisioning is enabled.
However once a new user moves into the set, nothing happens. I do a manual Delta Imp & Sync on the FIM MA and I can see some of the other MPRs/WF being activated but no "Outbound Synchronisation" happens for the LDAP OSR.
Did notice an "sync-rule-flow-provisioning-failed" error when doing the import/sync.
What am I missing?
Thanks