Importing from LDIF overwrites all data in the target backend with entries from the LDIF data.
In this thread, i am using cygwin to import the Data into OpenDS. Open DS is running on Widows server.
./import-ldif.bat --hostname "Mindtelligent-T7EJ1A7" --port 4444 --bindDN "cn=Directory Manager" --bindPassword password --backendID userRoot --includeBranch dc=example,dc=com --ldifFile c:\\Users\\hsing\\Downloads\\Example.ldif --trustAll
I use Apache Directory Server validate if import is successful.