Advertise on warmetal.nl!
Click for more information
about advertising here.

Did you find this website useful? Did I save you a lot of time?
Please consider donating to support this site:

 

openDS LDAP Restore

This is a restore from LDAP data created in Script: Bash: TDS LDAP Backup.

Copy Backup ldif file to openDS Server

scp backup.ldif.gz sjoerd@opends.company.local:/tmp

Make backup ready for use

gunzip backup.ldif.gz

Rename the unzipped file to import.ldif

mv backup.ldif import.ldif

Import / Restore the LDIF

/opt/OpenDS-2.2.0/bin/import-ldif \
  --ldifFile /tmp/import.ldif \
  --backendID userRoot \
  --replaceExisting \
  --rejectFile /tmp/import-rejected.log \
  --clearBackend \
  --bindDN cn=manager \
  --bindPassword <secret>

In logfile /var/log/opends/errors you can follow the progress of the import.

Discussion

Enter your comment:
 
opendsrestore.txt · Last modified: 2010/10/06 14:41 by sjoerd