Working on an effort utilizing the CA Directory 14.1 solution with attribute encryption. This includes receiving periodic updates to one of data DSAs in the form of zdb files generated from a remote DSA without attribute encryption. What is the efficient process in order to transfer data from zdb file into CA Directory DSA?
Have a 'dummy' DSA created with same schema and settings without attribute encryption
Receive .zdb file from remote DSA (without attribute encryption)
Rename .zdb file to .db and replace 'dummy' DSA .db file
Run dxdumpdb on 'dummy' DSA to receive ldif file
Make updates using ldifsort and external scripts to ldif file in order to load successfully
Run dxloaddb on DSA with attribute encryption