I am new to OpenIDM and Open DJ and trying to get the bi-directional sync working. I could run the related examples sample2b and sample2c and see the sync working.
I need to get this working for my set-up having an OpenDJ with BaseDN as dc=cas,dc=mj,dc=go. Under this base DN, I have a top level organisational unit IDUsers with dn as ou=IDUsers,dc=cas,dc=mj,dc=go. The IDUsers has a number of users of a custom object type. An example user is: uid=john.miller,ou=IDUsers,dc=cas,dc=mj,dc=go. I am able to do the CRUD on these using OpenDJ REST API and through control panel UI.
But, I am not able to get the bi-directional sync working as explained in sample2b and sample2c.
Please could anyone explain what all to change to get this working? I could not get a clear documentation on what files to change.
Many thanks.