I am using OpenLDAP 2.4.11 with all overlays and all backends compiled.
My company is in the middle if rebuilding our LDAP environment and we
would like to use OpenLDAP + Syncrepl + RWM to neatly move objects into
their new places within the DIT.
Our old DIT looks like:
ou=people,dc=company,dc=com
uid=abc_jsmith
uid=abc_jdoe
uid=xyz_hsmith
uid=xyz_dsmith
Our new DIT looks like:
ou=users,o=abc,dc=company,dc=com
uid=abc_jsmith
uid=abc_jdoe
ou=users,o=xyz,dc=company,dc=com
uid=xyz_hsmith
uid=xyz_dsmith
Can anyone steer me in the right direction?