I am using Openam12 , I have following scenario:
I can view existing users/groups in AD LDS reflect in in my Openam12 Console in subjects(user/groups).
now my question is since I had created a some users/gorups earlier in Openam12 using external OpenadJ/or embedded data store.
how can I get those users/groups in AD LDS, if I remove “external OpenadJ/or embedded data store. this”
i.e. how am get this data? from existing data store to newly data store.
Is it possible to get existing old data from one data store to new AD LDS data store ?
This depends on the goal of moving the data from OpenDJ to AD LDS. The simplest way to move data from OpenDJ to AD LDS is to export the data in LDIF format and import in AD. This assumes that AD LDS knows the format and accepts user passwords hashed with the algorithm configured in OpenDJ. If the goal is to have 2 identical sets of data, then I would suggest a synchronization solution like OpenIDM.